Skip to content

Commit

Permalink
Merge pull request #406 from stack-of-tasks/regression/405
Browse files Browse the repository at this point in the history
CMake: check version is not 0.0
  • Loading branch information
jcarpent authored Nov 23, 2023
2 parents 3153dcf + 53106ae commit 0bdb505
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/jrl-cmakemodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: false
path: eigenpy
- run: sudo apt install libboost-all-dev libeigen3-dev python3-numpy
- run: cmake .
- run: cmake -B build -S eigenpy
- run: grep -qvz CMAKE_PROJECT_VERSION:STATIC=0.0 build/CMakeCache.txt

0 comments on commit 0bdb505

Please sign in to comment.