mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
CMake: Propagate CMAKE_MAKE_PROGRAM to juceaide build
This commit is contained in:
parent
2678c1d10d
commit
cea8dc260c
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ else()
|
|||
"."
|
||||
"-B${JUCE_BINARY_DIR}/tools"
|
||||
"-G${CMAKE_GENERATOR}"
|
||||
"-DCMAKE_MAKE_PROGRAM=${CMAKE_MAKE_PROGRAM}"
|
||||
"-DCMAKE_BUILD_TYPE=Debug"
|
||||
"-DJUCE_BUILD_HELPER_TOOLS=ON"
|
||||
"-DCMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue