1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

CMake: Place juceaide in versioned folder when installing package

This change allows multiple versions of JUCE to be installed to the same
CMAKE_INSTALL_PREFIX, avoiding conflicting paths to juceaide.
This commit is contained in:
reuk 2020-11-30 13:10:39 +00:00
parent 45a2e57bf9
commit aed22a7e7a
No known key found for this signature in database
GPG key ID: 9ADCD339CFC98A11

View file

@ -97,7 +97,7 @@ else()
add_executable(juce::juceaide ALIAS juceaide)
set(JUCE_TOOL_INSTALL_DIR "bin" CACHE STRING
set(JUCE_TOOL_INSTALL_DIR "bin/JUCE-${JUCE_VERSION}" CACHE STRING
"The location, relative to the install prefix, where juceaide will be installed")
install(PROGRAMS "${imported_location}" DESTINATION "${JUCE_TOOL_INSTALL_DIR}")