AcademySoftwareFoundation / xstudio

xSTUDIO is a modern, high performance and feature rich playback and review application designed for organisations and individuals in the post production, VFX and Animation industries.
Apache License 2.0
639 stars 83 forks source link

Unknown CMake command add_src_and_test #66

Open screameight opened 1 year ago

screameight commented 1 year ago

Hello all,

During the Cmake configuration, I have the following error telling me :

CMake Error at CMakeLists.txt:18 (add_src_and_test): Unknown CMake command "add_src_and_test".

The Configuring is still incomplete and I don't know what to do.

alatdneg commented 1 year ago

This is a CMake macro we wrote, it should be in the cmake/macros.cmake file. Not sure why you're build isn't picking it up though.