File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 4141 message (" ERROR: Could not find an AOMP version of LLVM." )
4242 message (" You must build AOMP before building AOMP utils" )
4343 message ("" )
44- error( " Could not find an AOMP version of LLVM." )
44+ message (FATAL_ERROR " Could not find an AOMP version of LLVM." )
4545endif ()
4646
4747set (AOMP_DIR_FOUND ${LLVM_DIR} )
@@ -133,6 +133,12 @@ install(PROGRAMS
133133 ${CMAKE_CURRENT_BINARY_DIR} /kokkos_build.sh
134134 ${CMAKE_CURRENT_BINARY_DIR} /aompversion
135135 ${CMAKE_CURRENT_SOURCE_DIR} /bin/blt.patch
136+ DESTINATION "${DEVEL_PACKAGE}${CMAKE_INSTALL_BINDIR} " )
137+
138+ install (FILES
136139 ${CMAKE_CURRENT_SOURCE_DIR} /bin/raja.patch
137- ${CMAKE_CURRENT_BINARY_DIR} /modulefile
138140 DESTINATION "${DEVEL_PACKAGE}${CMAKE_INSTALL_BINDIR} " )
141+
142+ install (FILES
143+ ${CMAKE_CURRENT_BINARY_DIR} /modulefile
144+ DESTINATION "${DEVEL_PACKAGE}${CMAKE_INSTALL_DATADIR} " )
You can’t perform that action at this time.
0 commit comments