mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-12 19:18:20 +00:00
Don't build GTest in the default target
This commit is contained in:
parent
acb052e97d
commit
b1db90dbaa
|
@ -246,6 +246,7 @@ if(NOT(GTEST_FOUND) AND DOWNLOAD_GTEST)
|
||||||
add_subdirectory(
|
add_subdirectory(
|
||||||
${CMAKE_BINARY_DIR}/googletest-src
|
${CMAKE_BINARY_DIR}/googletest-src
|
||||||
${CMAKE_BINARY_DIR}/googletest-build
|
${CMAKE_BINARY_DIR}/googletest-build
|
||||||
|
EXCLUDE_FROM_ALL
|
||||||
)
|
)
|
||||||
|
|
||||||
if(MSVC)
|
if(MSVC)
|
||||||
|
|
Loading…
Reference in a new issue