switches to Conan 2

This commit is contained in:
2024-07-06 10:07:51 +02:00
parent 53ed979fa3
commit e8def0bb86
13 changed files with 605 additions and 38 deletions

View File

@@ -12,9 +12,10 @@ In Console:
module load ./Modulefile
python3 -mvenv .venv
. .venv/bin/activate
pip3 install conan==1.59.0
cmake -S . -B build
pip3 install -r requirements.txt
cmake -S . -B build --preset Release
cmake --build build -j30
cmake --build build --target test