mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
Release with several new features, tool updates, and bugfixes to Clipper2, PostGIS raster, 3D View Panel, Proj, clipboard, Python ... Changelog: https://sourceforge.net/p/saga-gis/wiki/Changelog%209.7.0/attachment/changelog_saga_9.7.0.txt Reported by: portscout, Repology
13 lines
579 B
Text
13 lines
579 B
Text
--- CMakeLists.txt.orig 2024-11-13 13:14:04 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -26,6 +26,10 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON CACHE STRING "Th
|
|
set(CMAKE_CXX_STANDARD 14 CACHE STRING "C++ standard to be used")
|
|
set(CMAKE_CXX_STANDARD_REQUIRED ON CACHE STRING "The C++ standard is required")
|
|
|
|
+# Get Compiler info for about dialog
|
|
+set(COMPILER "${CMAKE_CXX_COMPILER_ID} ${CMAKE_CXX_COMPILER_VERSION}")
|
|
+add_definitions(-DCOMPILER="${COMPILER}")
|
|
+
|
|
# Platform dependent compiler requirements
|
|
if(MSVC)
|
|
set(CMAKE_CONFIGURATION_TYPES "Debug;Release" CACHE STRING "" FORCE)
|