Update commands for newer CMake

This commit is contained in:
Michal Schorm 2019-01-17 10:48:44 +01:00
parent 49fab2f9ee
commit 4c38589fa0
1 changed files with 2 additions and 2 deletions

View File

@ -844,8 +844,8 @@ export CFLAGS CXXFLAGS
%{?with_debug: -DCMAKE_BUILD_TYPE=Debug -DWITH_ASAN=OFF -DWITH_INNODB_EXTRA_DEBUG=ON -DWITH_VALGRIND=ON}
# Print all Cmake options values
# cmake -LAH for List Advanced Help
cmake -L
# cmake ./ -LAH for List Advanced Help
cmake ./ -L
make %{?_smp_mflags} VERBOSE=1