Skip to content

Commit fe883a4

Browse files
committed
Fix visibility
1 parent ff1298a commit fe883a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/CompileOptions.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ if ("${CMAKE_CXX_COMPILER_ID}" MATCHES "GNU" OR "${CMAKE_CXX_COMPILER_ID}" MATCH
127127

128128
-Wreturn-stack-address
129129
>
130-
130+
PUBLIC
131131
$<$<PLATFORM_ID:Darwin>:
132132
-pthread
133133
>

0 commit comments

Comments
 (0)