fix path errors
This commit is contained in:
@@ -31,7 +31,7 @@ FUNCTION(ProtobufCompile PROTO_FILES SOURCE_FILES)
|
||||
DEPENDS protobuf
|
||||
COMMAND ${CMAKE_SOURCE_DIR}/external/bin/protoc.exe
|
||||
ARGS -I=${DIRECTORY} --cpp_out=${CMAKE_CURRENT_BINARY_DIR}/protobuf ${PROTO}
|
||||
WORKING_DIRECTORY "${CMAKE_INSTALL_PREFIX}/bin"
|
||||
WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}/external/bin"
|
||||
COMMENT "Creating C++-sources for ${PROTO}"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user