aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rapidcheck/files/patch-extras_CMakeLists.txt
blob: b0bf9148a4482b4d45b172f56a7961ff086201ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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)