Whitespace.

This commit is contained in:
David Reid
2025-07-21 17:09:09 +10:00
parent 397cadbd64
commit 384afa3a5f
+1 -1
View File
@@ -467,7 +467,7 @@ if (UNIX)
list(APPEND COMMON_LINK_LIBRARIES dl) # For dlopen(), etc. Most compilers will link to this by default, but some may not.
endif()
endif()
list(APPEND COMMON_LINK_LIBRARIES pthread) # Some compilers will not link to pthread by default so list it here just in case.
list(APPEND COMMON_LINK_LIBRARIES m)