File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ jobs:
166166 mkdir docker/install
167167 mv viewshed_*.deb docker/install/
168168
169- - uses : robinraju/release-downloader@v1.8
169+ - uses : robinraju/release-downloader@v1
170170 with :
171171 repository : " JanCaha/cpp-simplerasters"
172172 latest : true
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.20.0 )
22
3- project (viewshed VERSION 4.0.0 DESCRIPTION "C++ Viewshed library based on GDAL and Qt" LANGUAGES CXX )
3+ project (viewshed VERSION 4.0.1 DESCRIPTION "C++ Viewshed library based on GDAL and Qt" LANGUAGES CXX )
44
55SET (LIBRARY_NAME "viewshed" )
66
@@ -18,6 +18,8 @@ set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake ${CMAKE_MODULE_PATH})
1818set (CMAKE_CXX_STANDARD 20)
1919set (CMAKE_CXX_STANDARD_REQUIRED ON )
2020
21+ SET (CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE )
22+
2123if (CMAKE_VERSION VERSION_LESS "3.7.0" )
2224 set (CMAKE_INCLUDE_CURRENT_DIR ON )
2325endif ()
Original file line number Diff line number Diff line change 1+ viewshed (4.0.1-0) jammy; urgency=low
2+
3+ * fix build setting
4+
5+ -- Jan Caha <jan.caha@outlook.com> Tue, 21 May 2024 12:58:57 +0200
6+
17viewshed (4.0.0-0) jammy; urgency=low
28
39 * add functions to calculate visibility raster (mask) as fast alternative
Original file line number Diff line number Diff line change @@ -84,4 +84,4 @@ configure_file(
8484configure_file (
8585 ../../include/viewshed/templates/viewshedlibrary.in
8686 ${CMAKE_SOURCE_DIR } /include/viewshed/viewshedlibrary.h
87- )
87+ )
You can’t perform that action at this time.
0 commit comments