From cbb682e6b86e0b462cef73fdaad61e4be83b06b6 Mon Sep 17 00:00:00 2001 From: Matteo Varalta <matteo.varalta@txtgroup.com> Date: 周二, 23 4月 2019 17:07:40 +0800 Subject: [PATCH] Porting to Centos 7: xfs file system, cmake 2.8.11 in example, static linking for -lgcc_s --- test/CMakeLists.txt | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 1fc3729..0fb6853 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,7 +1,8 @@ #if we're here boost has been found -include_directories(${Boost_INCLUDE_DIRS}) +include_directories(${Boost_INCLUDE_DIR}) include_directories(${CMAKE_CURRENT_BINARY_DIR}) -link_directories ( ${Boost_LIBRARY_DIRS} ) +link_directories ( ${Boost_LIBRARY_DIR} ) add_subdirectory(library) -add_subdirectory(license-generator) \ No newline at end of file +add_subdirectory(license-generator) +add_subdirectory(functional) \ No newline at end of file -- Gitblit v1.9.1