Skip to content

Commit c6528e4

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 f501541 commit c6528e4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

olp-cpp-sdk-dataservice-read/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ add_library(${PROJECT_NAME}
2727
${SRC}
2828
${INC})
2929

30+
target_compile_definitions(${PROJECT_NAME}
31+
PRIVATE BOOST_ALL_NO_LIB)
32+
3033
target_include_directories(${PROJECT_NAME}
3134
PUBLIC
3235
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>

0 commit comments

Comments
 (0)