You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting the following error, when attempting to build PropWare from source on recent macOS system:
CMake Error at models/cog/CMakeLists.txt:4 (create_library):
Unknown CMake command "create_library".
For reference, all output from this attempt is attached to this issue as a .zip file.
Steps (following Build PropWare from Source (https://david.zemon.name/PropWare/#/reference/build-from-source):
Followed all steps under: Downloading the Source & Compiling, but received the above error about the unknown cmake command create_library. Note: current cmake version is: 3.10.2
Your command of cmake -G 'XCode' ../PropWare is incorrect, you'll want to use just .. instead of ../PropWare. I'll be very curious to find out of the XCode generator actually works. I've tried Unix Makefiles and Ninja, but nothing else. Ninja mostly worked.
Getting the following error, when attempting to build PropWare from source on recent macOS system:
CMake Error at models/cog/CMakeLists.txt:4 (create_library):
Unknown CMake command "create_library".
For reference, all output from this attempt is attached to this issue as a .zip file.
Steps (following Build PropWare from Source (https://david.zemon.name/PropWare/#/reference/build-from-source):
Followed all steps under: Downloading the Source & Compiling, but received the above error about the unknown cmake command create_library. Note: current cmake version is: 3.10.2
Steps, Log files, CmakeCache, etc.
PropWare-build_attempt_on_macOS.zip
The text was updated successfully, but these errors were encountered: