Skip to content

Commit 77cd5b6

Browse files
misc cmake fixes
1 parent f26867d commit 77cd5b6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set(CMAKE_C_STANDARD 11)
88
add_compile_options(-Wall -Wextra -Werror)
99

1010
set(CMS_EXTERNALS_TOP_DIR ${CMAKE_CURRENT_SOURCE_DIR}/externals)
11-
set(CMS_CMAKE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/cpputest-for-qpc-lib/cmake)
11+
set(CMS_CMAKE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/cpputest-for-qpc-lib/cmake CACHE INTERNAL "")
1212

1313
if(NOT DEFINED CMS_QPC_TOP_DIR)
1414
set(CMS_QPC_TOP_DIR ${CMS_EXTERNALS_TOP_DIR}/qpc)

cpputest-for-qpc-lib/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ add_subdirectory(tests)
1616

1717
target_include_directories(cpputest-for-qpc-lib PUBLIC
1818
${CMS_QPC_INCLUDE_DIR}
19-
${CMS_CPPUTEST_QP_PORT_TOP_DIR}/include
20-
${CMS_UTILS_TOP_DIR}/include)
19+
include)

0 commit comments

Comments
 (0)