Skip to content

Commit

Permalink
CMakeLists.txt: define APFEL_VERSION, like in config.h.in
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Dec 9, 2023
1 parent 5b9b762 commit 939aa1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ set(PROJECT_VERSION 3.0.7)
SET(APFEL_VERSION_MAJOR 3)
SET(APFEL_VERSION_MINOR 0)
SET(APFEL_VERSION_PATCH 7)
add_compile_definitions(APFEL_VERSION=${apfel_VERSION})
set(CMAKE_VERBOSE_MAKEFILE OFF)
include("GNUInstallDirs")

Expand Down

0 comments on commit 939aa1b

Please sign in to comment.