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 167fe11 commit 40ce97bCopy full SHA for 40ce97b
cmake/json.cmake
@@ -27,6 +27,6 @@ function(ppc_link_json exec_func_lib)
27
PUBLIC ${CMAKE_SOURCE_DIR}/3rdparty/json/include)
28
29
add_dependencies(${exec_func_lib} ppc_json)
30
- target_link_directories(${exec_func_lib} INTERFACE
31
- "${CMAKE_BINARY_DIR}/ppc_json/install/include")
+ target_include_directories(
+ ${exec_func_lib} INTERFACE "${CMAKE_BINARY_DIR}/ppc_json/install/include")
32
endfunction()
0 commit comments