From 610aca7a63ceef9d03016298c653dec283c636e8 Mon Sep 17 00:00:00 2001 From: dmitry <dmitry.puzyrkov@demlabs.net> Date: Thu, 25 Jul 2024 11:22:15 +0700 Subject: [PATCH] [*] conftool enabled back --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dff8e005f..e12325e6a 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 -- GitLab