File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed
Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1+ # Version 0.2.1
2+
3+ Full release notes available at [ v0.2.1] tag.
4+
5+ [ v0.2.1 ] : https://github.com/fortran-lang/stdlib/releases/tag/v0.2.1
6+
7+ - build system related bugfixes
8+
9+
110# Version 0.2.0
211
312Full release notes available at [ v0.2.0] tag.
Original file line number Diff line number Diff line change 1- 0.2.0
1+ 0.2.1
Original file line number Diff line number Diff line change @@ -98,6 +98,13 @@ set(SRC
9898
9999add_library (${PROJECT_NAME} ${SRC} )
100100
101+ set_target_properties (
102+ ${PROJECT_NAME}
103+ PROPERTIES
104+ POSITION_INDEPENDENT_CODE ON
105+ WINDOWS_EXPORT_ALL_SYMBOLS ON
106+ )
107+
101108if (CMAKE_Fortran_COMPILER_ID STREQUAL GNU AND CMAKE_Fortran_COMPILER_VERSION VERSION_LESS 10.0)
102109 target_compile_options (
103110 ${PROJECT_NAME}
You can’t perform that action at this time.
0 commit comments