From 8dfad3e7c0ef1f0dd7527e0ed52663b52fc1e870 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Mon, 21 Jul 2014 15:14:44 +0200 Subject: Move JS setup code up into lib macro. Remove a few redundant messages from build. --- CMakeLists.txt | 2 -- 1 file changed, 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} ) -- cgit