File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ option(TRITON_COMMON_ENABLE_JSON "Build json-related libs" ON)
4646
4747if (TRITON_COMMON_ENABLE_JSON)
4848 find_package (RapidJSON CONFIG REQUIRED)
49- message (STATUS "RapidJSON found. Headers: ${RAPIDJSON_INCLUDE_DIRS } " )
49+ message (STATUS "RapidJSON found. Headers: ${RapidJSON_INCLUDE_DIRS } " )
5050endif ()
5151
5252set (THREADS_PREFER_PTHREAD_FLAG TRUE )
@@ -103,9 +103,9 @@ if(TRITON_COMMON_ENABLE_JSON)
103103 triton-common-json
104104 INTERFACE
105105 $<INSTALL_INTERFACE:include >
106- $<INSTALL_INTERFACE:${RAPIDJSON_INCLUDE_DIRS } >
106+ $<INSTALL_INTERFACE:${RapidJSON_INCLUDE_DIRS } >
107107 $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR} /include >
108- $<BUILD_INTERFACE:${RAPIDJSON_INCLUDE_DIRS } >
108+ $<BUILD_INTERFACE:${RapidJSON_INCLUDE_DIRS } >
109109 )
110110endif ()
111111
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ target_include_directories(
3636 PUBLIC
3737 $<INSTALL_INTERFACE:include >
3838 $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR} /../../../include >
39- $<BUILD_INTERFACE:${RAPIDJSON_INCLUDE_DIRS} >
39+ $<BUILD_INTERFACE:${RapidJSON_INCLUDE_DIRS} /.. >
4040 PRIVATE
4141 ${CMAKE_CURRENT_SOURCE_DIR}
4242)
You can’t perform that action at this time.
0 commit comments