Skip to content
Snippets Groups Projects
Commit 47ca8655 authored by Peterson, Peter's avatar Peterson, Peter
Browse files

Fix executable names

parent 76761e33
No related branches found
No related tags found
No related merge requests found
...@@ -41,8 +41,8 @@ if [ $(command -v cmake3) ]; then ...@@ -41,8 +41,8 @@ if [ $(command -v cmake3) ]; then
CTEST_EXE=ctest3 CTEST_EXE=ctest3
else else
CMAKE_EXE=cmake CMAKE_EXE=cmake
CPACK_EXE=cpack3 CPACK_EXE=cpack
CTEST_EXE=ctest3 CTEST_EXE=ctest
fi fi
$CMAKE_EXE --version $CMAKE_EXE --version
......
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