mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 06:31:37 +00:00
deps: remove executable from fluidsynth targets exported by cmake
This commit is contained in:
parent
dd7855af15
commit
0bc138d41f
1 changed files with 0 additions and 2 deletions
|
@ -11,8 +11,6 @@ set_target_properties(FluidSynth::fluidsynth PROPERTIES
|
|||
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/bin/fluidsynth"
|
||||
)
|
||||
|
||||
list(APPEND _cmake_import_check_targets FluidSynth::fluidsynth )
|
||||
list(APPEND _cmake_import_check_files_for_FluidSynth::fluidsynth "${_IMPORT_PREFIX}/bin/fluidsynth" )
|
||||
|
||||
# Import target "FluidSynth::libfluidsynth" for configuration "Release"
|
||||
set_property(TARGET FluidSynth::libfluidsynth APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
||||
|
|
Loading…
Reference in a new issue