Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions Modules/ThirdParty/GoogleTest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ set(ITKGoogleTest_THIRD_PARTY 1)
if(ITK_USE_SYSTEM_GOOGLETEST)
if(NOT DEFINED GTEST_ROOT OR NOT EXISTS "${GTEST_ROOT}/CMakeLists.txt")
set(ITKGoogleTest_NO_SRC 1)
set(
ITKGoogleTest_LIBRARIES
GTest::gtest
GTest::gtest_main
)
set(
ITKGoogleTest_EXPORT_CODE_BUILD
"
Expand Down
2 changes: 1 addition & 1 deletion Modules/ThirdParty/GoogleTest/itk-module.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set(
DOCUMENTATION
"This module contains the third party <a href=\"https://github.com/google/googletest\">googletest</a> library,
Google's C++ test framework."
Google's C++ test framework. This module provides the GTest::gtest and GTest::gtest_main targets in the build directory only, and are not installed."
)

itk_module(ITKGoogleTest DEPENDS DESCRIPTION "${DOCUMENTATION}")
Loading