Skip to content

Commit

Permalink
Merge pull request #166 from stanleytsang-amd/cmake_executable_fix
Browse files Browse the repository at this point in the history
Defaulting to cmake instead of cmake3
  • Loading branch information
stanleytsang-amd authored Mar 2, 2021
2 parents 4187da5 + 2ce4564 commit aba8dce
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,7 @@ fi

compiler="hipcc"

if [ -e /etc/redhat-release ] ; then
cmake_executable="cmake3"
else
cmake_executable="cmake"
fi
cmake_executable="cmake"

if($build_clients); then
clients=" -DBUILD_TEST=ON -DBUILD_BENCHMARK=ON "
Expand Down

0 comments on commit aba8dce

Please sign in to comment.