We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 281a187 commit 6f4db48Copy full SHA for 6f4db48
.github/workflows/updateCmakeVersion.yml
@@ -27,5 +27,6 @@ jobs:
27
run: |
28
masterVersion=$(grep -oP 'project\(\s*[\w-]+\s+VERSION\s+\K[0-9]+\.[0-9]+\.[0-9]+' master/CMakeLists.txt)
29
branchVersion=$(grep -oP 'project\(\s*[\w-]+\s+VERSION\s+\K[0-9]+\.[0-9]+\.[0-9]+' branch/CMakeLists.txt)
30
- [ "$masterVersion" != "$branchVersion" ]
+ echo $masterVersion
31
+ echo $branchVersion
32
CMakeLists.txt
@@ -1,5 +1,5 @@
1
cmake_minimum_required(VERSION 3.19)
2
-project(polyMPO VERSION 0.1.0 LANGUAGES CXX Fortran)
+project(polyMPO VERSION 0.2.0 LANGUAGES CXX Fortran)
3
4
include(cmake/bob.cmake)
5
bob_begin_package()
0 commit comments