Skip to content

Commit

Permalink
Merge pull request #71 from rest-for-physics/lobis-automatic-library-…
Browse files Browse the repository at this point in the history
…version

using library version macro
  • Loading branch information
jgalan authored Jun 20, 2023
2 parents 9861c19 + 645b2f8 commit 34b68ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
include(ExternalProject)
set(CMAKE_MACOSX_RPATH 1)

set(LibraryVersion "1.2")
set_library_version(LibraryVersion)
add_definitions(-DLIBRARY_VERSION="${LibraryVersion}")

if (${REST_MPFR} MATCHES "ON")
Expand Down

0 comments on commit 34b68ec

Please sign in to comment.