Avoid overriding user linker flags (LDFLAGS) for modules and shared libs

Signed-off-by: Fabio Rossi <rossi.f@inwind.it>
(cherry picked from commit ad1a487481)
r14.0.x
Fabio Rossi 6 years ago committed by Michele Calgaro
parent 0ecfff93dc
commit ad65b874d0
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -286,7 +286,7 @@ add_definitions(
-DHAVE_CONFIG_H
)
set( CMAKE_SHARED_LINKER_FLAGS "-Wl,--no-undefined" )
set( CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,--no-undefined" )
##### project subdirectories ####################

Loading…
Cancel
Save