Skip to content

Commit 0bdb505

Browse files
authored
Merge pull request #406 from stack-of-tasks/regression/405
CMake: check version is not 0.0
2 parents 3153dcf + 53106ae commit 0bdb505

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/jrl-cmakemodules.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@ jobs:
2020
- uses: actions/checkout@v3
2121
with:
2222
submodules: false
23+
path: eigenpy
2324
- run: sudo apt install libboost-all-dev libeigen3-dev python3-numpy
24-
- run: cmake .
25+
- run: cmake -B build -S eigenpy
26+
- run: grep -qvz CMAKE_PROJECT_VERSION:STATIC=0.0 build/CMakeCache.txt

0 commit comments

Comments
 (0)