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
+
1
10
# Version 0.2.0
2
11
3
12
Full 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
98
98
99
99
add_library (${PROJECT_NAME} ${SRC} )
100
100
101
+ set_target_properties (
102
+ ${PROJECT_NAME}
103
+ PROPERTIES
104
+ POSITION_INDEPENDENT_CODE ON
105
+ WINDOWS_EXPORT_ALL_SYMBOLS ON
106
+ )
107
+
101
108
if (CMAKE_Fortran_COMPILER_ID STREQUAL GNU AND CMAKE_Fortran_COMPILER_VERSION VERSION_LESS 10.0 )
102
109
target_compile_options (
103
110
${PROJECT_NAME}
You can’t perform that action at this time.
0 commit comments