mirror of
https://github.com/transmission/transmission
synced 2025-01-30 19:03:04 +00:00
Don't include GoogleTest module
It's not used, and is only available since CMake 3.9.
This commit is contained in:
parent
8566df0698
commit
28b0e53006
1 changed files with 0 additions and 2 deletions
|
@ -1,7 +1,5 @@
|
||||||
#set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
|
#set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
|
||||||
|
|
||||||
include(GoogleTest)
|
|
||||||
|
|
||||||
include_directories(
|
include_directories(
|
||||||
SYSTEM
|
SYSTEM
|
||||||
${CMAKE_SOURCE_DIR}/third-party/googletest/googletest/include
|
${CMAKE_SOURCE_DIR}/third-party/googletest/googletest/include
|
||||||
|
|
Loading…
Reference in a new issue