We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33fab88 commit 6395322Copy full SHA for 6395322
1 file changed
configure/CMakeLists.txt
@@ -19,7 +19,7 @@ include(GNUInstallDirs)
19
if(NOT DEFINED CMAKE_INSTALL_MODULEDIR)
20
set(
21
CMAKE_INSTALL_MODULEDIR
22
- "${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME}/${CMAKE_Fortran_COMPILER_ID}-${CMAKE_Fortran_COMPILER_VERSION}"
+ "${CMAKE_INSTALL_INCLUDEDIR}"
23
CACHE
24
STRING
25
"Directory in prefix to install generated module files"
0 commit comments