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.
2 parents 3153dcf + 53106ae commit 0bdb505Copy full SHA for 0bdb505
.github/workflows/jrl-cmakemodules.yml
@@ -20,5 +20,7 @@ jobs:
20
- uses: actions/checkout@v3
21
with:
22
submodules: false
23
+ path: eigenpy
24
- run: sudo apt install libboost-all-dev libeigen3-dev python3-numpy
- - 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