Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Unknown CMake command "create_library", attempting PropWare build from source on macOS 10.13.4 #134

Open
dgately opened this issue Apr 9, 2018 · 1 comment

Comments

@dgately
Copy link

dgately commented Apr 9, 2018

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

@DavidZemon
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants