Skip to content

Commit 70a8c16

Browse files
authored
Disable building JSON tests (#561)
1 parent a246c32 commit 70a8c16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/json.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ ExternalProject_Add(
1313
-DCMAKE_CXX_STANDARD=${CMAKE_CXX_STANDARD}
1414
-DCMAKE_CXX_STANDARD_REQUIRED=ON
1515
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
16+
-DJSON_BuildTests=OFF
1617
BUILD_COMMAND
1718
"${CMAKE_COMMAND}" --build "${CMAKE_CURRENT_BINARY_DIR}/ppc_json/build"
1819
--config ${CMAKE_BUILD_TYPE} --parallel

0 commit comments

Comments
 (0)