Skip to content

Commit aafeeae

Browse files
committed
Fix GTest build
Fix build to use same config for GTest and simulator
1 parent 9b956a2 commit aafeeae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ include(GenerateExportHeader)
55

66
set(CMAKE_CXX_STANDARD 14)
77

8+
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
9+
810
set(BUILD_PROJECT "all" CACHE STRING "Set the name of the project to build")
911

1012
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)

0 commit comments

Comments
 (0)