Skip to content

Commit

Permalink
Fixing version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jgalan committed Apr 8, 2021
1 parent 1449700 commit 98e22b6
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,7 +1,7 @@
set( LibraryVersion "1.0" )
set( LibraryVersion "1.1" )
add_definitions(-DLIBRARY_VERSION="${LibraryVersion}")

COMPILELIB("")

file(GLOB_RECURSE MAC "${CMAKE_CURRENT_SOURCE_DIR}/macros/*")
INSTALL(FILES ${MAC} DESTINATION ./macros/raw)
INSTALL(FILES ${MAC} DESTINATION ./macros/raw)

0 comments on commit 98e22b6

Please sign in to comment.