mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-06 16:56:45 +08:00
Policy CMP0077 is not set
This commit is contained in:
parent
e8b339d25b
commit
3a175529d6
2
3rdparty/gtest/CMakeLists.txt
vendored
2
3rdparty/gtest/CMakeLists.txt
vendored
@ -13,7 +13,7 @@
|
||||
option(
|
||||
gtest_force_shared_crt
|
||||
"Use shared (DLL) run-time lib even when Google Test is built as static lib."
|
||||
OFF)
|
||||
ON)
|
||||
|
||||
option(gtest_build_tests "Build all of gtest's own tests." OFF)
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@ include_directories(${CMAKE_SOURCE_DIR}/include)
|
||||
|
||||
set(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/bin)
|
||||
set(EXECUTABLE_OUTPUT_PATH ${CMAKE_BINARY_DIR}/bin)
|
||||
set(gtest_force_shared_crt 1)
|
||||
set(gtest_force_shared_crt ON)
|
||||
|
||||
add_subdirectory(src)
|
||||
add_subdirectory(3rdparty/gtest)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user