diff --git a/CMakeLists.txt b/CMakeLists.txt index dff8e005f88d4daec31c2f07f167b024497d513e..e12325e6a6149934e07268e123688365e456e867 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -238,7 +238,7 @@ if(BUILD_DIAGTOOL) add_subdirectory(diagtool) endif() -#add_subdirectory(conftool) +add_subdirectory(conftool) if(UNIX AND NOT WIN32) message ("[*] Unix library set") @@ -397,7 +397,7 @@ else() endif() endif() -# INSTALL(TARGETS cellframe-node-config DESTINATION ${CMAKE_INSTALL_PREFIX}/bin ) + INSTALL(TARGETS cellframe-node-config DESTINATION ${CMAKE_INSTALL_PREFIX}/bin ) if(NOT ANDROID) #install all python-specific files back to its original location