Quote:
Originally Posted by krischik
MacPorts does not use it's own build system - MacPorts calls the build system provided by the developer and in the case Sigil that is cmake.
|
But I'm guessing you used the separate CMakeLists.txt files in each of the subdirectories,
which you are not supposed to do.They are only meant to be loaded from the root dir CMakeLists.txt file that will descend to the subfolders and initiate specific builds.
You should learn CMake or follow the (correct) instructions more closely.