Skip to content

Commit 2b41e8b

Browse files
committed
bump to version 2023.05.05
1 parent e0c1f05 commit 2b41e8b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required (VERSION 3.21)
22

3-
project (Geoflow-bundle VERSION 2023.04.23)
3+
project (Geoflow-bundle VERSION 2023.05.05)
44

55
option(GF_BUILD_GUI "Build the GUI components of geoflow" TRUE)
66
add_subdirectory(geoflow)

build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ git submodule update --init --recursive
22

33
mkdir build-clang
44
cd .\build-clang\
5-
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
5+
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
66
cmake --build . --parallel 32 --config Release
77
cpack -C Release --verbose

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{ "name": "boost-geometry", "version>=": "1.77.0" },
77
"glm",
88
{ "name": "lastools", "version>=": "2020-05-09" },
9-
{ "name": "cgal", "version>=": "5.4" },
9+
{ "name": "cgal", "version>=": "5.5" },
1010
"eigen3",
1111
{ "name": "nlohmann-json", "version>=": "3.11.2" },
1212
{ "name": "proj"},

0 commit comments

Comments
 (0)