Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ else()
message(" ERROR: Could not find an AOMP version of LLVM.")
message(" You must build AOMP before building AOMP utils")
message("")
error(" Could not find an AOMP version of LLVM.")
message(FATAL_ERROR " Could not find an AOMP version of LLVM.")
endif()

set(AOMP_DIR_FOUND ${LLVM_DIR})
Expand Down Expand Up @@ -133,6 +133,12 @@ install(PROGRAMS
${CMAKE_CURRENT_BINARY_DIR}/kokkos_build.sh
${CMAKE_CURRENT_BINARY_DIR}/aompversion
${CMAKE_CURRENT_SOURCE_DIR}/bin/blt.patch
DESTINATION "${DEVEL_PACKAGE}${CMAKE_INSTALL_BINDIR}")

install(FILES
${CMAKE_CURRENT_SOURCE_DIR}/bin/raja.patch
${CMAKE_CURRENT_BINARY_DIR}/modulefile
DESTINATION "${DEVEL_PACKAGE}${CMAKE_INSTALL_BINDIR}")

install(FILES
${CMAKE_CURRENT_BINARY_DIR}/modulefile
DESTINATION "${DEVEL_PACKAGE}${CMAKE_INSTALL_DATADIR}")