2024-01-02 07:09:53 +01:00
|
|
|
Index: apfel-3.1.1/CMakeLists.txt
|
2023-11-29 11:32:36 +01:00
|
|
|
===================================================================
|
2024-01-02 07:09:53 +01:00
|
|
|
--- apfel-3.1.1.orig/CMakeLists.txt
|
|
|
|
+++ apfel-3.1.1/CMakeLists.txt
|
|
|
|
@@ -14,7 +14,6 @@ SET(APFEL_VERSION_MAJOR 3)
|
2023-11-29 11:32:36 +01:00
|
|
|
SET(APFEL_VERSION_MINOR 1)
|
2024-01-02 07:09:53 +01:00
|
|
|
SET(APFEL_VERSION_PATCH 1)
|
|
|
|
add_compile_definitions(APFEL_VERSION=${apfel_VERSION})
|
2023-11-29 11:32:36 +01:00
|
|
|
-set(CMAKE_VERBOSE_MAKEFILE OFF)
|
|
|
|
include("GNUInstallDirs")
|
|
|
|
|
|
|
|
option(APFEL_ENABLE_PYTHON "Enables building of python bindings" ON)
|
2024-01-02 07:09:53 +01:00
|
|
|
@@ -22,7 +21,6 @@ option(APFEL_ENABLE_TESTS "Enables
|
2023-11-29 11:32:36 +01:00
|
|
|
option(APFEL_ENABLE_LHAPDF "Enables LHAPDF" ON)
|
|
|
|
option(APFEL_DOWNLOAD_PDFS "Download LHAPDF sets" ON)
|
|
|
|
|
|
|
|
-set(CMAKE_BUILD_TYPE Release)
|
|
|
|
# Flags for GNU compilers ==============================================
|
|
|
|
add_compile_options("$<$<COMPILE_LANG_AND_ID:CXX,GNU>:-Wall>")
|
|
|
|
add_compile_options("$<$<COMPILE_LANG_AND_ID:CXX,GNU>:-Wextra>")
|