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

WIP: verbose cmake

parent 8f495a5d
No related branches found
No related tags found
2 merge requests!41Release 0.3.0,!37F fix deprecations
Pipeline #55713 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 --build .
cmake --build -DCMAKE_VERBOSE_MAKEFILE .
test-debug: build-debug
......@@ -77,4 +77,4 @@ test-release: build-release
clean:
rm -rf build
.PHONY: conan-install-debug conan-install-release build-debug build-release test-debug test-release
\ No newline at end of file
.PHONY: conan-install-debug conan-install-release build-debug build-release test-debug test-release
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