Skip to content

Commit 356f37f

Browse files
committed
Remove signing key && fix ISO_Fortran_binding test
1 parent 8aeadba commit 356f37f

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

src/iso-fortran-binding/CMakeLists.txt

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,10 @@ set_target_properties( ISO_Fortran_binding_static
2828

2929
install(DIRECTORY "${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_INCLUDEDIR}/" DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}" FILES_MATCHING PATTERN "*.h")
3030

31-
install( TARGETS ISO_Fortran_binding
31+
install( TARGETS ISO_Fortran_binding ISO_Fortran_binding_static
3232
EXPORT OpenCoarraysTargets
33-
DESTINATION "${CMAKE_INSTALL_LIBDIR}"
34-
LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}"
35-
PUBLIC_HEADER DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}"
36-
)
37-
install( TARGETS ISO_Fortran_binding_static
38-
EXPORT OpenCoarraysTargets
39-
DESTINATION "${CMAKE_INSTALL_LIBDIR}"
33+
ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}"
34+
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
4035
LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}"
4136
PUBLIC_HEADER DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}"
4237
)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
add_executable( ISO_Fortran_binding_tests ISO_Fortran_binding_tests.c )
2-
target_link_libraries( ISO_Fortran_binding_tests ISO_Fortran_binding )
2+
target_link_libraries( ISO_Fortran_binding_tests ISO_Fortran_binding_static )

subkey-328B3A0E-secret.asc.enc

-6.56 KB
Binary file not shown.

0 commit comments

Comments
 (0)