Skip to content

Commit 2669c56

Browse files
committed
binding to external ctf build
1 parent 66980e5 commit 2669c56

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,7 @@ ensure that the CXX compiler can be discovered")
149149
"ctf-bind/ctf-bind.cpp"
150150
PROPERTIES
151151
INCLUDE_DIRECTORIES
152-
"${CTF_INCLUDE_DIR}"
153-
"${CMAKE_CURRENT_SOURCE_DIR}/src/tapp"
152+
"${CTF_INCLUDE_DIR};${CMAKE_CURRENT_SOURCE_DIR}/src/tapp"
154153
)
155154

156155
target_include_directories(

0 commit comments

Comments
 (0)