cmake revert change to linux so
Put back the stanza fixing the .so name to what it has always been
on Linux, trashed in f1b12544
Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
b7a721f803
commit
26fd0d2603
1 changed files with 4 additions and 0 deletions
|
@ -444,6 +444,10 @@ elseif(APPLE)
|
||||||
if (LWS_WITH_SHARED)
|
if (LWS_WITH_SHARED)
|
||||||
set_property(TARGET websockets_shared PROPERTY MACOSX_RPATH YES)
|
set_property(TARGET websockets_shared PROPERTY MACOSX_RPATH YES)
|
||||||
endif()
|
endif()
|
||||||
|
else()
|
||||||
|
set_target_properties(websockets_shared
|
||||||
|
PROPERTIES
|
||||||
|
OUTPUT_NAME websockets)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Set the so version of the lib.
|
# Set the so version of the lib.
|
||||||
|
|
Loading…
Add table
Reference in a new issue