Browse Source

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.
tags/2021-05-28
reuk 5 years ago
parent
commit
aed22a7e7a
No known key found for this signature in database GPG Key ID: 9ADCD339CFC98A11
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      extras/Build/juceaide/CMakeLists.txt

+ 1
- 1
extras/Build/juceaide/CMakeLists.txt 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}")


Loading…
Cancel
Save