Skip to content

Commit 8321fef

Browse files
committed
Refactor PartitionsSaxHandler to use boost::json
Previously it was based on rapidjson The tests are adjusted accordingly. Relates-To: OCMAM-448 Signed-off-by: Alexander Sopov <ext-alexander.sopov@here.com>
1 parent 0dd7313 commit 8321fef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

olp-cpp-sdk-core/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,8 +457,8 @@ if (OLP_SDK_USE_STD_ANY)
457457
PUBLIC OLP_SDK_USE_STD_ANY)
458458
endif()
459459

460-
target_compile_definitions(${PROJECT_NAME} PRIVATE BOOST_ALL_NO_LIB)
461-
target_compile_definitions(${PROJECT_NAME} PRIVATE BOOST_JSON_NO_LIB)
460+
target_compile_definitions(${PROJECT_NAME} PUBLIC BOOST_ALL_NO_LIB)
461+
target_compile_definitions(${PROJECT_NAME} PUBLIC BOOST_JSON_NO_LIB)
462462

463463
target_include_directories(${PROJECT_NAME} PUBLIC
464464
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>

0 commit comments

Comments
 (0)