We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 856a4ed commit 38eefecCopy full SHA for 38eefec
README.md
@@ -42,6 +42,7 @@ cmake -G "Visual Studio 16 2019" -A x64 ^
42
-DCMAKE_INSTALL_LIBDIR="lib/win64/$<$<CONFIG:Debug>:Debug>$<$<CONFIG:Release>:Release>" ^
43
-DCMAKE_INSTALL_CMAKEDIR=lib/win64/cmake ^
44
-Dprotobuf_MSVC_STATIC_RUNTIME=false ^
45
+ -DCMAKE_POLICY_DEFAULT_CMP0091=NEW -DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreadedDLL ^
46
%PB_LIBRARY_PATH%/protobuf-source/cmake
47
cmake --build . --target INSTALL --config Debug
48
cmake --build . --target INSTALL --config Release
0 commit comments