We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30de4dc commit 04cc49fCopy full SHA for 04cc49f
1 file changed
CMakeLists.txt
@@ -42,8 +42,8 @@ add_subdirectory( src )
42
# Note - KB:
43
# Building static and shared libs require an ugly construct to build on both
44
# Windows and Linux. Windows will not create the libraries unless a Fortran
45
-# file is explicitly given - and Linux complains (I think due to a race
46
-# condition) if it is. Therefor the construct below - a proper solution is
+# file is explicitly given - and Linux complains (I think due to a race
+# condition) if it is. Therefor the construct below - a proper solution is
47
# most welcome.
48
49
# Add static lib target
0 commit comments