Skip to content

Commit 4a8fef3

Browse files
committed
Post-merge reapply
1 parent 59bcf78 commit 4a8fef3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

flang-rt/lib/runtime/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ set(intrinsics_sources
2424
set(module_sources
2525
__fortran_ieee_exceptions.f90
2626
__fortran_type_info.f90
27+
f90deviceio.f90
2728
iso_fortran_env.f90
2829
ieee_arithmetic.f90
2930
ieee_exceptions.f90

openmp/module/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ if (LIBOMP_MODULES_INSTALL_PATH)
3939
endif ()
4040
install(FILES
4141
"${CMAKE_CURRENT_BINARY_DIR}/../runtime/src/omp_lib.h"
42-
DESTINATION ${destination}
42+
DESTINATION ${DEVEL_PACKAGE}${destination}
4343
)

0 commit comments

Comments
 (0)