From 2d75b7944990f1ce80b3847be1f8dff09df82dad Mon Sep 17 00:00:00 2001 From: Victor Toofic <toofics@users.noreply.github.com> Date: ćšć, 20 5æ 2021 00:04:08 +0800 Subject: [PATCH] - use CMake PROJECT_DESCRIPTION var instead to be able to build with cmake < 3.8 (#118) --- doc/development/Build-the-library-windows.rst | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/development/Build-the-library-windows.rst b/doc/development/Build-the-library-windows.rst index df72443..1a0ac93 100644 --- a/doc/development/Build-the-library-windows.rst +++ b/doc/development/Build-the-library-windows.rst @@ -33,7 +33,7 @@ .. code-block:: console - git clone --recursive https://github.com/open-license-manager/open-license-manager.git + git clone --recursive https://github.com/open-license-manager/licensecc.git Compile and build (command line) ==================================== @@ -127,8 +127,8 @@ .. code-block:: console - git clone --recursive https://github.com/open-license-manager/open-license-manager.git - cd build && cmake -G "MinGW Makefiles" -DBOOST_ROOT="C:/local/boost_1_68_0/boost-mingw" -DBoost_ARCHITECTURE="-x64" -DCMAKE_CXX_COMPILER_ARCHITECTURE_ID="x64" -DCMAKE_SH="CMAKE_SH-NOTFOUND" .. + git clone --recursive https://github.com/open-license-manager/licensecc.git + cd licensecc/build && cmake -G "MinGW Makefiles" -DBOOST_ROOT="C:/local/boost_1_68_0/boost-mingw" -DBoost_ARCHITECTURE="-x64" -DCMAKE_CXX_COMPILER_ARCHITECTURE_ID="x64" -DCMAKE_SH="CMAKE_SH-NOTFOUND" .. cmake --build . --target install --config Release And then you can test it: @@ -137,6 +137,5 @@ ctest -C Release - -- Gitblit v1.9.1