Skip to content
Snippets Groups Projects
Verified Commit e3e98988 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

WIP: verbose cmake

parent f93488a0
Branches
No related tags found
2 merge requests!41Release 0.3.0,!37F fix deprecations
Pipeline #55717 failed
......@@ -65,7 +65,7 @@ build-release: conan-install-release
# cmake --preset conan-release # for CMake >= 3.23
cd build/Release &&\
cmake -S ../.. -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=generators/conan_toolchain.cmake -DCMAKE_POLICY_DEFAULT_CMP0091=NEW -DCMAKE_BUILD_TYPE=Release &&\
cmake --trace -DCMAKE_VERBOSE_MAKEFILE --build .
cmake -DCMAKE_VERBOSE_MAKEFILE --build .
test-debug: build-debug
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment