Skip to content
Snippets Groups Projects

Fixed installation; other projects can now find module files from fortran-support

Merged Pradipta Samanta requested to merge k202170-fix-make-install into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -107,7 +107,7 @@ target_include_directories(
@@ -107,7 +107,7 @@ target_include_directories(
PUBLIC
PUBLIC
# Path to the Fortran modules:
# Path to the Fortran modules:
$<BUILD_INTERFACE:$<$<COMPILE_LANGUAGE:Fortran>:${Fortran_MODULE_DIRECTORY}>>
$<BUILD_INTERFACE:$<$<COMPILE_LANGUAGE:Fortran>:${Fortran_MODULE_DIRECTORY}>>
$<INSTALL_INTERFACE:$<$<COMPILE_LANGUAGE:Fortran>:${CMAKE_INSTALL_INCLUDEDIR}>>
$<INSTALL_INTERFACE:$<$<COMPILE_LANGUAGE:Fortran>:${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_INCLUDEDIR}>>
INTERFACE
INTERFACE
# Path to the internal C/C++ headers (for testing): Requires CMake 3.15+ for
# Path to the internal C/C++ headers (for testing): Requires CMake 3.15+ for
# multiple compile languages
# multiple compile languages
Loading