Skip to content

Commit fec9f7f

Browse files
Disable export package for rapidjson (#599)
Resolves: OLPSUP-9219 Signed-off-by: Mykhailo Kuchma <[email protected]>
1 parent d09180f commit fec9f7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

external/rapidjson/CMakeLists.txt.rapidjson.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@ ExternalProject_Add(rapidjson
3232
-DRAPIDJSON_BUILD_TESTS=OFF
3333
-DRAPIDJSON_BUILD_THIRDPARTY_GTEST=OFF
3434
-DRAPIDJSON_ENABLE_INSTRUMENTATION_OPT=OFF
35+
-DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON
3536
TEST_COMMAND ""
3637
)

0 commit comments

Comments
 (0)