1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-23 01:44:22 +00:00
JUCE/extras/Build/juceaide
reuk 070a6b35e9
CMake: Avoid passing generator platform to jucaide build
When building for arm64 with a VS generator on a x86_64 host,
CMAKE_CROSSCOMPILING is not set, and copying the generator platform can
result in a juceaide binary that doesn't run on the host system.

The removed code no longer seems to be necessary when configuring with
newer Clion versions.
2023-01-25 17:07:25 +00:00
..
CMakeLists.txt CMake: Avoid passing generator platform to jucaide build 2023-01-25 17:07:25 +00:00
Main.cpp Use more concise stdlib type aliases 2022-09-26 18:03:47 +01:00