Unverified Commit 8762c358 authored by Paul Fultz II's avatar Paul Fultz II Committed by GitHub
Browse files

Set default installation path to /opt/rocm (#1963)

parent 15b6e9a0
......@@ -43,6 +43,8 @@ else()
endif()
endif()
set(CMAKE_INSTALL_PREFIX "/opt/rocm" CACHE PATH "")
set(CMAKE_BUILD_RPATH "${CMAKE_BINARY_DIR}/lib")
project(migraphx LANGUAGES C CXX)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment