Skip to content

Commit

Permalink
CMakeLists.txt updated to v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jgalan committed Jun 30, 2021
1 parent c37e3c5 commit f547bcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set( LibraryVersion "1.0" )
set( LibraryVersion "1.1" )
add_definitions(-DLIBRARY_VERSION="${LibraryVersion}")

set (excludes)
Expand All @@ -22,4 +22,4 @@ if(NOT ${ndeps} MATCHES 1)
COMPILELIB(deps)
else()
message(WARNING "Library RESTConnectors requires at least one active library(raw, track, geant4)")
endif()
endif()

0 comments on commit f547bcd

Please sign in to comment.