Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
belr
Commits
51a31215
Commit
51a31215
authored
Mar 04, 2016
by
Sylvain Berfini
🐮
Browse files
Fix typo in fix for MacOSX
parent
72e4845d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/CMakeLists.txt
src/CMakeLists.txt
+1
-1
No files found.
src/CMakeLists.txt
View file @
51a31215
...
...
@@ -37,7 +37,7 @@ if(ENABLE_STATIC)
else
()
add_library
(
belr SHARED
${
BELR_HEADER_FILES
}
${
BELR_SOURCE_FILES_C
}
${
BELR_SOURCE_FILES_CXX
}
)
if
(
APPLE
)
set_target_properties
(
belr PROPERTIES LINK
ER
_FLAGS
"-stdlib=libc++"
)
set_target_properties
(
belr PROPERTIES LINK_FLAGS
"-stdlib=libc++"
)
endif
()
set_target_properties
(
belr PROPERTIES VERSION
${
BELR_SO_VERSION
}
)
endif
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment