mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 06:51:54 +00:00
Fix cmake warning
This commit is contained in:
parent
9f7ea07bfc
commit
8a0761a129
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ set(CMAKE_C_STANDARD 90)
|
|||
# which would otherwise always be compiled without PIC.
|
||||
if ( NOT CMAKE_POSITION_INDEPENDENT_CODE )
|
||||
set ( CMAKE_POSITION_INDEPENDENT_CODE ${BUILD_SHARED_LIBS} )
|
||||
endif ( CMAKE_POSITION_INDEPENDENT_CODE )
|
||||
endif ( NOT CMAKE_POSITION_INDEPENDENT_CODE )
|
||||
|
||||
# the default global visibility level for all target
|
||||
# no visibility support on OS2
|
||||
|
|
Loading…
Reference in a new issue