Skip to content

Commit 27f93b7

Browse files
authored
Fix gtest configure
1 parent 82e6a93 commit 27f93b7

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
@@ -43,7 +43,7 @@ endif()
4343
GIT_SHALLOW 1
4444
GIT_TAG v1.15.2
4545
UPDATE_COMMAND ""
46-
CONFIGURE_COMAND ${CONFIGURE_COMMAND}
46+
CONFIGURE_COMMAND ${CONFIGURE_COMMAND}
4747
BUILD_COMMMAND ${BUILD_COMMAND}
4848
# Disable install step
4949
INSTALL_COMMAND ""

0 commit comments

Comments
 (0)