don't install gtest

pull/273/head
Jeff Becker 5 years ago
parent 67282f03c0
commit b6c5b413b1
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -22,7 +22,7 @@ include(GNUInstallDirs)
#Note that googlemock target already builds googletest
option(BUILD_GMOCK "Builds the googlemock subproject" ON)
option(INSTALL_GTEST "Enable installation of googletest. (Projects embedding googletest may want to turn this OFF.)" ON)
option(INSTALL_GTEST "Enable installation of googletest. (Projects embedding googletest may want to turn this OFF.)" OFF)
if(BUILD_GMOCK)
add_subdirectory( googlemock )

Loading…
Cancel
Save