Skip to content

Commit

Permalink
bump to version 2023.05.05
Browse files Browse the repository at this point in the history
  • Loading branch information
Ylannl committed May 5, 2023
1 parent e0c1f05 commit 2b41e8b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.21)

project (Geoflow-bundle VERSION 2023.04.23)
project (Geoflow-bundle VERSION 2023.05.05)

option(GF_BUILD_GUI "Build the GUI components of geoflow" TRUE)
add_subdirectory(geoflow)
Expand Down
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ git submodule update --init --recursive

mkdir build-clang
cd .\build-clang\
cmake .. -DGF_BUILD_GUI=ON -DCMAKE_TOOLCHAIN_FILE=C:\Users\ravi\git\vcpkg\scripts\buildsystems\vcpkg.cmake -Dlaslib_DIR=C:\Users\ravi\git\geoflow-bundle\build\vcpkg_installed\x64-windows\share\lastools\LASlib -DCMAKE_BUILD_TYPE=Release -T ClangCL
cmake .. -DGF_BUILD_GUI=ON -DCMAKE_TOOLCHAIN_FILE=C:\Users\ravi\git\vcpkg\scripts\buildsystems\vcpkg.cmake -Dlaslib_DIR=C:\Users\ravi\git\geoflow-bundle\build\vcpkg_installed\x64-windows\share\lastools\LASlib -DPROJ_DATA_DIR=C:\Users\ravi\git\geoflow-bundle\build-clang\vcpkg_installed\x64-windows\share\proj4 -DCMAKE_BUILD_TYPE=Release -T ClangCL
cmake --build . --parallel 32 --config Release
cpack -C Release --verbose
2 changes: 1 addition & 1 deletion geoflow
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{ "name": "boost-geometry", "version>=": "1.77.0" },
"glm",
{ "name": "lastools", "version>=": "2020-05-09" },
{ "name": "cgal", "version>=": "5.4" },
{ "name": "cgal", "version>=": "5.5" },
"eigen3",
{ "name": "nlohmann-json", "version>=": "3.11.2" },
{ "name": "proj"},
Expand Down

0 comments on commit 2b41e8b

Please sign in to comment.