Skip to content

Commit a246c32

Browse files
authored
Disable libenvpp tests and examples build (#560)
1 parent 6c84b9e commit a246c32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmake/libenvpp.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ ExternalProject_Add(
1818
-DCMAKE_CXX_STANDARD_REQUIRED=ON
1919
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
2020
-DCMAKE_CXX_FLAGS=${PPC_FMT_FLAGS}
21+
-DLIBENVPP_TESTS=OFF
22+
-DLIBENVPP_EXAMPLES=OFF
2123
BUILD_COMMAND
2224
"${CMAKE_COMMAND}" --build "${CMAKE_CURRENT_BINARY_DIR}/ppc_libenvpp/build"
2325
--config ${CMAKE_BUILD_TYPE} --parallel

0 commit comments

Comments
 (0)