Skip to content

Commit

Permalink
fix default installation path on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
apwojcik committed Nov 21, 2023
1 parent 15cbb2e commit 3ee7ba7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions share/rocm/cmake/ROCMHeaderWrapper.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ ${file_contents}
else()
if(NOT WIN32)
set(HEADER_INSTALL_PREFIX "/usr/local")
else()
set(HEADER_INSTALL_PREFIX "c:/Program Files/${PROJECT_NAME}")
endif()
endif()
get_filename_component(header_location "${PARSE_HEADER_LOCATION}/${INCLUDE_FILE}"
Expand Down

0 comments on commit 3ee7ba7

Please sign in to comment.