diff options
Diffstat (limited to 'lib/CMakeLists.txt')
-rw-r--r-- | lib/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index a18777cd1..0c10759fa 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -12,8 +12,8 @@ # limitations under the License. cmake_minimum_required (VERSION 3.5 FATAL_ERROR) -project(Hicn C) -include(CTest) +project(libhicn C) +#include(CTest) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} |