Index: apfel-3.1.0/CMakeLists.txt =================================================================== --- apfel-3.1.0.orig/CMakeLists.txt +++ apfel-3.1.0/CMakeLists.txt @@ -13,7 +13,6 @@ set(PROJECT_VERSION 3.1.0) SET(APFEL_VERSION_MAJOR 3) SET(APFEL_VERSION_MINOR 1) SET(APFEL_VERSION_PATCH 0) -set(CMAKE_VERBOSE_MAKEFILE OFF) include("GNUInstallDirs") option(APFEL_ENABLE_PYTHON "Enables building of python bindings" ON) @@ -21,7 +20,6 @@ option(APFEL_ENABLE_TESTS "Enables 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("$<$:-Wall>") add_compile_options("$<$:-Wextra>")