diff options
author | chriseth <c@ethdev.com> | 2016-08-05 22:34:00 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-08-05 22:35:24 +0800 |
commit | 7ea57705982b77a627dd3454fcd73a340714157c (patch) | |
tree | 5e662020877a76ecadddab48b0589f269ea7f376 /liblll/CMakeLists.txt | |
parent | 3c93a22d478b9439d6e226ad7954fe571117f439 (diff) | |
download | dexon-solidity-7ea57705982b77a627dd3454fcd73a340714157c.tar.gz dexon-solidity-7ea57705982b77a627dd3454fcd73a340714157c.tar.zst dexon-solidity-7ea57705982b77a627dd3454fcd73a340714157c.zip |
Do not install headers.
Diffstat (limited to 'liblll/CMakeLists.txt')
-rw-r--r-- | liblll/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/liblll/CMakeLists.txt b/liblll/CMakeLists.txt index 97a1a186..3b63e495 100644 --- a/liblll/CMakeLists.txt +++ b/liblll/CMakeLists.txt @@ -19,5 +19,3 @@ eth_use(${EXECUTABLE} REQUIRED Solidity::evmasm) #target_link_libraries(${EXECUTABLE} evmasm) install( TARGETS ${EXECUTABLE} RUNTIME DESTINATION bin ARCHIVE DESTINATION lib LIBRARY DESTINATION lib ) -install( FILES ${HEADERS} DESTINATION include/${EXECUTABLE} ) - |