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)
46
46
47
47
if (TRITON_COMMON_ENABLE_JSON )
48
48
find_package (RapidJSON CONFIG REQUIRED )
49
- message (STATUS "RapidJSON found. Headers: ${RAPIDJSON_INCLUDE_DIRS } " )
49
+ message (STATUS "RapidJSON found. Headers: ${RapidJSON_INCLUDE_DIRS } " )
50
50
endif ()
51
51
52
52
set (THREADS_PREFER_PTHREAD_FLAG TRUE )
@@ -103,9 +103,9 @@ if(TRITON_COMMON_ENABLE_JSON)
103
103
triton-common-json
104
104
INTERFACE
105
105
$< INSTALL_INTERFACE:include>
106
- $< INSTALL_INTERFACE:${RAPIDJSON_INCLUDE_DIRS } >
106
+ $< INSTALL_INTERFACE:${RapidJSON_INCLUDE_DIRS } >
107
107
$< BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR} /include>
108
- $< BUILD_INTERFACE:${RAPIDJSON_INCLUDE_DIRS } >
108
+ $< BUILD_INTERFACE:${RapidJSON_INCLUDE_DIRS } >
109
109
)
110
110
endif ()
111
111
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ target_include_directories(
36
36
PUBLIC
37
37
$< INSTALL_INTERFACE:include>
38
38
$< BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR} /../../../include>
39
- $< BUILD_INTERFACE:${RAPIDJSON_INCLUDE_DIRS} >
39
+ $< BUILD_INTERFACE:${RapidJSON_INCLUDE_DIRS} /.. >
40
40
PRIVATE
41
41
${CMAKE_CURRENT_SOURCE_DIR}
42
42
)
You can’t perform that action at this time.
0 commit comments