Verify cmake version called to build

This commit is contained in:
AurelienUoU 2019-06-03 11:16:39 -06:00
parent 813470d459
commit 8a5ff37262
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ else
#make #make
mkdir build mkdir build
cd build cd build
cmake --version
cmake .. cmake ..
make -j16 make -j16
fi fi