don't install gtest in the DF dir

develop
Myk Taylor 2022-11-30 05:18:37 -08:00
parent 68afe4d88f
commit 5e745e2295
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

@ -3,6 +3,8 @@ add_subdirectory(lodepng)
add_subdirectory(lua)
add_subdirectory(md5)
add_subdirectory(protobuf)
option(INSTALL_GTEST "Enable installation of googletest. (Projects embedding googletest may want to turn this OFF.)" OFF)
add_subdirectory(googletest)
if(UNIX)
set_target_properties(gtest PROPERTIES COMPILE_FLAGS "-Wno-maybe-uninitialized -Wno-sign-compare")