aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2014-07-21 21:14:44 +0800
committerGav Wood <i@gavwood.com>2014-07-21 21:14:44 +0800
commit8dfad3e7c0ef1f0dd7527e0ed52663b52fc1e870 (patch)
treeeb7cea3f0af6962a05c3e32892e6c68656b7b996
parent9aea975ddea00a7891bb6376450e9a24eb25738f (diff)
downloaddexon-solidity-8dfad3e7c0ef1f0dd7527e0ed52663b52fc1e870.tar.gz
dexon-solidity-8dfad3e7c0ef1f0dd7527e0ed52663b52fc1e870.tar.zst
dexon-solidity-8dfad3e7c0ef1f0dd7527e0ed52663b52fc1e870.zip
Move JS setup code up into lib macro.
Remove a few redundant messages from build.
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b220d8e9..98bebdfe 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -45,8 +45,6 @@ else ()
target_link_libraries(${EXECUTABLE} ${CMAKE_THREAD_LIBS_INIT})
endif ()
-message("Installation path: ${CMAKE_INSTALL_PREFIX}")
-
install( TARGETS ${EXECUTABLE} ARCHIVE DESTINATION lib LIBRARY DESTINATION lib )
install( FILES ${HEADERS} DESTINATION include/${EXECUTABLE} )