steinbergmedia / vst3sdk

VST 3 Plug-In SDK
Other
1.57k stars 162 forks source link

CMake fails with Unknown CMake command "smtg_setup_universal_binary" #83

Closed jamiebullock closed 3 years ago

jamiebullock commented 3 years ago

Building on Ubuntu Linux with the latest git sources. I do the following:

mkdir build cd build cmake ..

This gives the following error:

CMake Error at CMakeLists.txt:46 (smtg_setup_universal_binary): Unknown CMake command "smtg_setup_universal_binary".

jamiebullock commented 3 years ago

Closing as on the wrong project