Changeset: ec64f73e095b for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ec64f73e095b Modified Files: documentation/source/build.rst Branch: Oct2020 Log Message:
on windows we have to pass the --config on the cmake --build command. diffs (12 lines): diff --git a/documentation/source/build.rst b/documentation/source/build.rst --- a/documentation/source/build.rst +++ b/documentation/source/build.rst @@ -127,7 +127,7 @@ To compile MonetDB (as normal user):: mkdir build cd build cmake -G "Visual Studio 15 2017" -DCMAKE_TOOLCHAIN_FILE=/vcpkg/scripts/buildsystems/vcpkg.cmake -DCMAKE_INSTALL_PREFIX=%HOME%\install -A x64 .. - cmake --build . --target ALL_BUILD + cmake --build . --target ALL_BUILD --config Release cmake --build . --target INSTALL set PATH=%HOME%\install\bin;%HOME%\install\lib;%HOME%\install\lib\monetdb5;\vcpkg\installed\x64-windows\bin;\vcpkg\installed\x64-windows\debug\bin;%PATH% cmake --build . --target RUN_TESTS _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
