Skip to content

Commit d282fe4

Browse files
authored
Update GoogleTest.cmake
1 parent 0c5bfea commit d282fe4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/modules/GoogleTest.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ ExternalProject_Add(
3939
# -DCMAKE_ARCHIVE_OUTPUT_DIRECTORY_RELEASE:PATH=ReleaseLibs
4040
# -Dgtest_force_shared_crt=ON
4141
CONFIGURE_COMMAND ${config_cmd} -G ${CMAKE_GENERATOR}
42-
-S ${CMAKE_BINARY_DIR}/unittests/googletest-prefix/src/googletest/
43-
-B ${CMAKE_BINARY_DIR}/unittests/googletest-prefix/src/googletest-build/
42+
-S ${CMAKE_BINARY_DIR}/unittests/googletest-prefix/src/googletest/
43+
-B ${CMAKE_BINARY_DIR}/unittests/googletest-prefix/src/googletest-build/
4444
-DCMAKE_BUILD_TYPE=$<CONFIG>
4545
-DCMAKE_C_COMPILER=${CMAKE_C_COMPILER}
4646
-DCMAKE_C_FLAGS=${CMAKE_C_FLAGS}

0 commit comments

Comments
 (0)