We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fe501d commit 0b46c4eCopy full SHA for 0b46c4e
Modules/ThirdParty/GoogleTest/CMakeLists.txt
@@ -10,6 +10,10 @@ if(NOT ITK_BINARY_DIR)
10
set(GTEST_ROOT \"${GTEST_ROOT}\")
11
find_package(GTest REQUIRED)
12
endif()
13
+")
14
+ set(ITKGoogleTest_EXPORT_CODE_INSTALL "
15
+ set(GTEST_ROOT \"${GTEST_ROOT}\")
16
+ find_package(GTest REQUIRED)
17
")
18
19
endif ()
0 commit comments