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 ef11378 commit 820971cCopy full SHA for 820971c
paraconf/CMakeLists.txt
@@ -116,7 +116,7 @@ install(FILES include/paraconf.h "${paraconf_BINARY_DIR}/paraconf_export.h"
116
117
if("${BUILD_FORTRAN}")
118
add_library(paraconf_f90 src/fortran/paraconf.f90)
119
- target_link_libraries(paraconf_f90 INTERFACE paraconf)
+ target_link_libraries(paraconf_f90 PUBLIC paraconf)
120
target_include_directories(paraconf_f90
121
PUBLIC "$<BUILD_INTERFACE:${paraconf_SOURCE_DIR}/include>"
122
INTERFACE "$<BUILD_INTERFACE:${paraconf_BINARY_DIR}/fmoddir/>")
0 commit comments