Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flagarde committed Nov 1, 2021
1 parent c400b7a commit b5c847b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeMM.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ endif()

# Do the update check
function(cmmm_changes CHANGELOG_VERSION)
if(CMMM_VERSION VERSION_LESS CHANGELOG_VERSION)
if(${CMMM_VERSION} VERSION_LESS ${CHANGELOG_VERSION})
message("${BoldGreen}- Changes in ${CHANGELOG_VERSION} :${Reset}")
foreach(CMMM_CHANGE IN LISTS ARGN)
message("${BoldGreen}- ${CMMM_CHANGE}${Reset}")
Expand Down

0 comments on commit b5c847b

Please sign in to comment.