We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b5648b commit d1cc519Copy full SHA for d1cc519
cmake/targets.cmake
@@ -7,8 +7,8 @@ macro (libut_define_target name)
7
FILES ${ARGN}
8
)
9
10
- target_include_directories(
11
- ${name} INTERFACE $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include> $<INSTALL_INTERFACE:include>
12
- )
+ # target_include_directories(
+ # ${name} INTERFACE $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include> $<INSTALL_INTERFACE:include>
+ # )
13
message(STATUS "libut: adding ${name}")
14
endmacro ()
0 commit comments