We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59bcf78 commit 4a8fef3Copy full SHA for 4a8fef3
flang-rt/lib/runtime/CMakeLists.txt
@@ -24,6 +24,7 @@ set(intrinsics_sources
24
set(module_sources
25
__fortran_ieee_exceptions.f90
26
__fortran_type_info.f90
27
+ f90deviceio.f90
28
iso_fortran_env.f90
29
ieee_arithmetic.f90
30
ieee_exceptions.f90
openmp/module/CMakeLists.txt
@@ -39,5 +39,5 @@ if (LIBOMP_MODULES_INSTALL_PATH)
39
endif ()
40
install(FILES
41
"${CMAKE_CURRENT_BINARY_DIR}/../runtime/src/omp_lib.h"
42
- DESTINATION ${destination}
+ DESTINATION ${DEVEL_PACKAGE}${destination}
43
)
0 commit comments