Skip to content

Commit

Permalink
1.15 -> 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mhubii committed Feb 22, 2024
1 parent 516c9ba commit 72681f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
pull_request:
branches:
- fri-1.15
- fri-1.11
schedule:
- cron: "0 0 1 * *" # monthly

Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ set(FRICLIENT_VERSION_MAJOR ${CMAKE_MATCH_1})
set(FRICLIENT_VERSION_MINOR ${CMAKE_MATCH_2})
set(FRICLIENT_VERSION ${FRICLIENT_VERSION_MAJOR}.${FRICLIENT_VERSION_MINOR})

if (NOT FRICLIENT_VERSION STREQUAL "1.15")
message(FATAL_ERROR "Expected FRIClient ersion 1.15, found: " ${FRICLIENT_VERSION})
if (NOT FRICLIENT_VERSION STREQUAL "1.11")
message(FATAL_ERROR "Expected FRIClient ersion 1.11, found: " ${FRICLIENT_VERSION})
endif()

message("Found FRIClient of version: " ${FRICLIENT_VERSION})
Expand Down

0 comments on commit 72681f0

Please sign in to comment.