mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +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(
|
||||
${CMAKE_BINARY_DIR}/googletest-src
|
||||
${CMAKE_BINARY_DIR}/googletest-build
|
||||
EXCLUDE_FROM_ALL
|
||||
)
|
||||
|
||||
if(MSVC)
|
||||
|
|
Loading…
Reference in a new issue