Skip to content
Snippets Groups Projects
Unverified Commit 0bdb5051 authored by Justin Carpentier's avatar Justin Carpentier Committed by GitHub
Browse files

Merge pull request #406 from stack-of-tasks/regression/405

CMake: check version is not 0.0
parents 3153dcfc 53106ae6
No related branches found
No related tags found
No related merge requests found
Pipeline #33271 passed with warnings
......@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment