Attempting to run CMake on the main directory for Xcode results in the following error:
CMake Error at CMakeLists.txt:72 (add_subdirectory):
add_subdirectory given source "ff20" which is not an existing directory.
There are directories called ff10 and ff16 on the top level, but no ff20 directory.
So, sadly, I could not generate projects.
Any ideas?
Attempting to run CMake on the main directory for Xcode results in the following error:
CMake Error at CMakeLists.txt:72 (add_subdirectory):
add_subdirectory given source "ff20" which is not an existing directory.
There are directories called ff10 and ff16 on the top level, but no ff20 directory.
So, sadly, I could not generate projects.
Any ideas?