mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
11 lines
402 B
Text
11 lines
402 B
Text
--- extras/CMakeLists.txt.orig 2019-10-27 17:30:50 UTC
|
|
+++ extras/CMakeLists.txt
|
|
@@ -4,7 +4,7 @@ option(RC_INSTALL_ALL_EXTRAS "Add all possible integra
|
|
|
|
option(RC_ENABLE_CATCH "Build Catch.hpp support" OFF)
|
|
if (RC_ENABLE_CATCH OR RC_ENABLE_TESTS OR RC_INSTALL_ALL_EXTRAS)
|
|
- add_subdirectory(catch)
|
|
+ #add_subdirectory(catch)
|
|
endif()
|
|
|
|
option(RC_ENABLE_GMOCK "Build Google Mock integration" OFF)
|