Skip to content

Commit

Permalink
Remove CMP0144 for now as that requires cmake 3.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TedThemistokleous committed Jul 8, 2024
1 parent 328bc48 commit 78aa712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/onnxruntime_providers_migraphx.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
# Add search paths for default rocm installation
list(APPEND CMAKE_PREFIX_PATH /opt/rocm/hcc /opt/rocm/hip /opt/rocm)

find_package(hip)
find_package(migraphx PATHS ${AMD_MIGRAPHX_HOME})
# Suppress the warning about the small capitals of the package name - Enable when support to CMake 3.27.0 is used
# cmake_policy(SET CMP0144 NEW)

find_package(miopen)
find_package(rocblas)
Expand Down

0 comments on commit 78aa712

Please sign in to comment.