mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Juceaide: Fix CMake not expanding passed through variables
This commit is contained in:
parent
9223805b9c
commit
7ba1107d24
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ else()
|
|||
"-DCMAKE_BUILD_TYPE=Debug"
|
||||
"-DJUCE_BUILD_HELPER_TOOLS=ON"
|
||||
"-DCMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX}"
|
||||
"${PASSTHROUGH_ARGS}"
|
||||
${PASSTHROUGH_ARGS}
|
||||
WORKING_DIRECTORY "${JUCE_SOURCE_DIR}"
|
||||
OUTPUT_VARIABLE command_output
|
||||
ERROR_VARIABLE command_output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue