Skip to content

Commit c390388

Browse files
committed
Fix CONFIGURE_COMMAND of protobuf
1 parent de82ae3 commit c390388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/external/protobuf.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ ExternalProject_Add(${PROTOBUF_TARGET}
153153
GIT_REPOSITORY https://github.com/google/protobuf.git
154154
GIT_TAG v22.3
155155
UPDATE_COMMAND ""
156-
CONFIGURE_COMMAND ${CMAKE_COMMAND} ${PROTOBUF_INSTALL_DIR}/src/${PROTOBUF_TARGET}/cmake
156+
CONFIGURE_COMMAND ${CMAKE_COMMAND} ${PROTOBUF_INSTALL_DIR}/src/${PROTOBUF_TARGET}
157157
-G${CMAKE_GENERATOR}
158158
-DCMAKE_INSTALL_PREFIX=${PROTOBUF_INSTALL_DIR}
159159
-DCMAKE_INSTALL_LIBDIR=lib

0 commit comments

Comments
 (0)