Skip to content

Commit

Permalink
Fix cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-w committed Jul 2, 2023
1 parent a6e4db5 commit 2747bce
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 @@ -49,6 +49,7 @@ SET(STELLARIUM_MAJOR ${STELLARIUM_MAJOR_DIGIT})
SET(STELLARIUM_MINOR ${STELLARIUM_RELEASE_NUMBER})
IF(STELLARIUM_RELEASE_BUILD)
ADD_DEFINITIONS(-DSTELLARIUM_RELEASE_BUILD)
SET(CMAKE_BUILD_TYPE Release)
SET(STELLARIUM_PATCH 0)
ELSE()
########### Get revision number for non-release builds ###########
Expand Down

0 comments on commit 2747bce

Please sign in to comment.