Skip to content

Commit ff333bf

Browse files
Fix cmake scripts (#1425)
Fix the olp-cpp-sdk-core/CMakeLists.txt to include the externals include directory. Relates-To: OLPEDGE-2828 Signed-off-by: Mykhailo Kuchma <[email protected]>
1 parent feb440d commit ff333bf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

olp-cpp-sdk-core/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,8 +414,7 @@ target_include_directories(${PROJECT_NAME} PUBLIC
414414
$<BUILD_INTERFACE:${Boost_INCLUDE_DIRS}>
415415

416416
# Depends on RapidJSON revision, could be one of the following
417-
$<BUILD_INTERFACE:${RapidJSON_INCLUDE_DIRS}>
418-
$<BUILD_INTERFACE:${RAPIDJSON_INCLUDE_DIRS}>
417+
$<BUILD_INTERFACE:${EXTERNAL_BINARY_INSTALL_DIR}/include>
419418

420419
$<INSTALL_INTERFACE:include>)
421420

0 commit comments

Comments
 (0)