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:
parent
45a2e57bf9
commit
aed22a7e7a
1 changed files with 1 additions and 1 deletions
|
|
@ -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}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue