mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 21:59:54 -06:00
FindGTest: Minor whitespace change, moved an include upwards
This commit is contained in:
committed by
Brad King
parent
98d5f033ed
commit
6d45f951ed
@@ -178,6 +178,8 @@ endfunction()
|
||||
|
||||
#
|
||||
|
||||
include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake)
|
||||
|
||||
if(NOT DEFINED GTEST_MSVC_SEARCH)
|
||||
set(GTEST_MSVC_SEARCH MD)
|
||||
endif()
|
||||
@@ -226,7 +228,6 @@ if(NOT GTEST_MAIN_LIBRARY)
|
||||
__gtest_find_and_select_library_configurations(GTEST_MAIN gtest_main)
|
||||
endif()
|
||||
|
||||
include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake)
|
||||
FIND_PACKAGE_HANDLE_STANDARD_ARGS(GTest DEFAULT_MSG GTEST_LIBRARY GTEST_INCLUDE_DIR GTEST_MAIN_LIBRARY)
|
||||
|
||||
if(GTEST_FOUND)
|
||||
|
||||
Reference in New Issue
Block a user