Skip to content
This repository has been archived by the owner on Sep 5, 2022. It is now read-only.

Commit

Permalink
Do not point Arcus at a non-existant protobuf library
Browse files Browse the repository at this point in the history
  • Loading branch information
awhiemstra committed Aug 10, 2017
1 parent 5628c1c commit f985cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/arcus.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if(BUILD_OS_WINDOWS)
GIT_TAG origin/master
CMAKE_COMMAND ${arcus_cmake_command}
CMAKE_GENERATOR "MinGW Makefiles"
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX} -DCMAKE_INSTALL_LIBDIR=lib-mingw -DBUILD_STATIC=ON -DBUILD_EXAMPLES=OFF -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} -DPROTOBUF_LIBRARY=${CMAKE_INSTALL_PREFIX}/lib-mingw/protobuf.lib -DBUILD_PYTHON=OFF
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX} -DCMAKE_INSTALL_LIBDIR=lib-mingw -DBUILD_STATIC=ON -DBUILD_EXAMPLES=OFF -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} -DPROTOBUF_LIBRARY=${CMAKE_INSTALL_PREFIX}/lib-mingw/libprotobuf.a -DBUILD_PYTHON=OFF
BUILD_COMMAND mingw32-make
INSTALL_COMMAND mingw32-make install
)
Expand Down

0 comments on commit f985cfd

Please sign in to comment.