Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Xcode build error: does not recognize the toolset buildsystem=1 #55

Open
kvaDrug opened this issue Oct 31, 2021 · 3 comments
Open

Xcode build error: does not recognize the toolset buildsystem=1 #55

kvaDrug opened this issue Oct 31, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@kvaDrug
Copy link

kvaDrug commented Oct 31, 2021

I'm trying to build audacium on macOS, Xcode 12.5.1. Getting this error:

CMake Error at CMakeLists.txt:134 (project):
  Generator

    Xcode

  does not recognize the toolset

    buildsystem=1

  that was specified.


-- Configuring incomplete, errors occurred!
See also "/Users/vk/Dev/3DPartySource/build/CMakeFiles/CMakeOutput.log".

CMakeOutput.log:
The system is: Darwin - 20.6.0 - x86_64

@AnErrupTion
Copy link
Contributor

I'm not familiar with macOS, is this version of Xcode recent or not? If it is then it might be the problem. Either way it's a problem in the main CMakeLists.txt file as specified by the error. I'll look at it.

@AnErrupTion AnErrupTion added the bug Something isn't working label Nov 23, 2021
@AnErrupTion
Copy link
Contributor

AnErrupTion commented Jan 14, 2022

@kvaDrug Right, so looking at https://cmake.org/cmake/help/latest/generator/Xcode.html#xcode-build-system-selection, it seems like that variable chooses the Xcode build system, and 1 is for the original build system. I would need to know what CMake version you have, and whether or not you have an M1 Mac.

@kvaDrug
Copy link
Author

kvaDrug commented Feb 8, 2022

CMake 3.16.1, Intel processor.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants