mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-06 16:56:45 +08:00
set(CMAKE_POLICY_DEFAULT_CMP0077 NEW)
This commit is contained in:
parent
3c7e94a167
commit
e47902d13b
@ -38,6 +38,7 @@ add_subdirectory(src)
|
||||
|
||||
if (LIBIPC_BUILD_TESTS)
|
||||
set(GOOGLETEST_VERSION 1.10.0)
|
||||
set(CMAKE_POLICY_DEFAULT_CMP0077 NEW)
|
||||
set(gtest_force_shared_crt $<NOT:$<BOOL:${LIBIPC_USE_STATIC_CRT}>>)
|
||||
add_subdirectory(3rdparty/gtest)
|
||||
add_subdirectory(test)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user