Skip to content

Commit

Permalink
feat: Updated CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Feb 1, 2024
1 parent b2bb9eb commit 9545e95
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 @@ -64,7 +64,7 @@ configure_file("version.config" "version.config" COPYONLY)
file(READ version.config VERSION_CONFIG)

if(VERSION_CONFIG
MATCHES
MATCHES
"(^|.*[^a-z])version[\t ]*=[\t ]*([0-9]+\\.[0-9]+\\.*[0-9]*)(-([a-z]+[0-9]*|dev))?.*")
if(CMAKE_MATCH_2 STREQUAL "2.13.1")
set(UPDATE_FROM_VERSION "2.13.1")
Expand Down

0 comments on commit 9545e95

Please sign in to comment.