aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/itk/dont-build-gtest.patch
blob: ecea7674d26a01b265fe87e3aa21f85fe179f456 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/Modules/ThirdParty/GoogleTest/itk-module.cmake b/Modules/ThirdParty/GoogleTest/itk-module.cmake
index 5571748129..19ebb60885 100644
--- a/Modules/ThirdParty/GoogleTest/itk-module.cmake
+++ b/Modules/ThirdParty/GoogleTest/itk-module.cmake
@@ -3,6 +3,7 @@ Google's C++ test framework.")
 
 itk_module(ITKGoogleTest
   DEPENDS
+  EXCLUDE_FROM_DEFAULT
   DESCRIPTION
     "${DOCUMENTATION}"
 )