aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2016-08-05 22:34:00 +0800
committerchriseth <c@ethdev.com>2016-08-05 22:35:24 +0800
commit7ea57705982b77a627dd3454fcd73a340714157c (patch)
tree5e662020877a76ecadddab48b0589f269ea7f376
parent3c93a22d478b9439d6e226ad7954fe571117f439 (diff)
downloaddexon-solidity-7ea57705982b77a627dd3454fcd73a340714157c.tar
dexon-solidity-7ea57705982b77a627dd3454fcd73a340714157c.tar.gz
dexon-solidity-7ea57705982b77a627dd3454fcd73a340714157c.tar.bz2
dexon-solidity-7ea57705982b77a627dd3454fcd73a340714157c.tar.lz
dexon-solidity-7ea57705982b77a627dd3454fcd73a340714157c.tar.xz
dexon-solidity-7ea57705982b77a627dd3454fcd73a340714157c.tar.zst
dexon-solidity-7ea57705982b77a627dd3454fcd73a340714157c.zip
Do not install headers.
-rw-r--r--libdevcore/CMakeLists.txt2
-rw-r--r--libevmasm/CMakeLists.txt2
-rw-r--r--liblll/CMakeLists.txt2
-rw-r--r--libsolidity/CMakeLists.txt1
4 files changed, 0 insertions, 7 deletions
diff --git a/libdevcore/CMakeLists.txt b/libdevcore/CMakeLists.txt
index 43dd71c3..5401c7af 100644
--- a/libdevcore/CMakeLists.txt
+++ b/libdevcore/CMakeLists.txt
@@ -12,5 +12,3 @@ add_library(${EXECUTABLE} ${SRC_LIST} ${HEADERS})
eth_use(${EXECUTABLE} REQUIRED Jsoncpp Dev::base)
install( TARGETS ${EXECUTABLE} RUNTIME DESTINATION bin ARCHIVE DESTINATION lib LIBRARY DESTINATION lib )
-install( FILES ${HEADERS} DESTINATION include/${EXECUTABLE} )
-
diff --git a/libevmasm/CMakeLists.txt b/libevmasm/CMakeLists.txt
index 8a283976..e33301ea 100644
--- a/libevmasm/CMakeLists.txt
+++ b/libevmasm/CMakeLists.txt
@@ -11,5 +11,3 @@ add_library(${EXECUTABLE} ${SRC_LIST} ${HEADERS})
eth_use(${EXECUTABLE} REQUIRED Dev::devcore)
install( TARGETS ${EXECUTABLE} RUNTIME DESTINATION bin ARCHIVE DESTINATION lib LIBRARY DESTINATION lib )
-install( FILES ${HEADERS} DESTINATION include/${EXECUTABLE} )
-
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} )
-
diff --git a/libsolidity/CMakeLists.txt b/libsolidity/CMakeLists.txt
index e86792c1..dc06b0c8 100644
--- a/libsolidity/CMakeLists.txt
+++ b/libsolidity/CMakeLists.txt
@@ -18,5 +18,4 @@ add_library(${EXECUTABLE} ${SRC_LIST} ${HEADERS})
eth_use(${EXECUTABLE} REQUIRED Dev::devcore Solidity::evmasm)
install( TARGETS ${EXECUTABLE} RUNTIME DESTINATION bin ARCHIVE DESTINATION lib LIBRARY DESTINATION lib )
-install( FILES ${HEADERS} DESTINATION include/${EXECUTABLE} )