Skip to content

Commit 4f03919

Browse files
authored
Update GoogleTest.cmake
1 parent 306904f commit 4f03919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/modules/GoogleTest.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if (EMSCRIPTEN)
2525
-B ${CMAKE_BINARY_DIR}/unittests/googletest-prefix/src/googletest-build/)
2626
set(BUILD_COMMAND emmake make)
2727
else()
28-
set(CONFIGURE_COMMAND ${CMAKE_COMMAND} CMAKE_ARGS
28+
set(CONFIGURE_COMMAND ${CMAKE_COMMAND}
2929
-S ${CMAKE_BINARY_DIR}/unittests/googletest-prefix/src/googletest/
3030
-B ${CMAKE_BINARY_DIR}/unittests/googletest-prefix/src/googletest-build/
3131
-G ${CMAKE_GENERATOR}

0 commit comments

Comments
 (0)