Skip to content

Commit

Permalink
-DBUILD_SHARED_LIBS=ON
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy committed Jan 22, 2022
1 parent aca052d commit eab6dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set SRC_DIR="%SRC_DIR:\=/%"
cmake -G "Ninja" ^
-DBUILD_TESTING=OFF ^
-DGOOGLE_CLOUD_CPP_ENABLE_EXAMPLES=OFF ^
-DBUILD_SHARED_LIBS=OFF ^
-DBUILD_SHARED_LIBS=ON ^
-DCMAKE_BUILD_TYPE=Release ^
-DCMAKE_INSTALL_PREFIX="%LIBRARY_PREFIX%" ^
-DCMAKE_MODULE_PATH="%LIBRARY_PREFIX%/lib/cmake" ^
Expand Down

0 comments on commit eab6dcd

Please sign in to comment.