mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-12-03 17:42:21 +00:00
Clarifications
This commit is contained in:
parent
7ca3407d30
commit
ebed81099d
1 changed files with 4 additions and 0 deletions
|
@ -873,6 +873,10 @@ write_basic_package_version_file(
|
|||
COMPATIBILITY SameMinorVersion
|
||||
)
|
||||
|
||||
# Here, configure_file() is used instead of the more orthodox macro
|
||||
# configure_package_config_file() because the latter does not
|
||||
# support generating a config.cmake file for both the installed
|
||||
# package and for using the build directory directly.
|
||||
configure_file(FluidSynthConfig.cmake.in FluidSynthConfig.cmake @ONLY)
|
||||
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/FluidSynthConfig.cmake"
|
||||
"${CMAKE_CURRENT_BINARY_DIR}/FluidSynthConfigVersion.cmake"
|
||||
|
|
Loading…
Reference in a new issue