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

The property "LINKER_LANGUAGE" is not allowed. When Following Quick Start #7979

Closed
danbugs opened this issue May 26, 2023 · 4 comments
Closed

Comments

@danbugs
Copy link

danbugs commented May 26, 2023

My system:

  • Ubuntu 20.04.5 LTS (Focal Fossa)
  • uname -m: x86_64
  • cmake --version: 3.16.3

Steps to repro.:

git clone https://github.com/google/flatbuffers
cd flatbuffers
cmake -G "Unix Makefiles"

Error message:

@danbugs
Copy link
Author

danbugs commented May 29, 2023

For the record, I didn't fix this, but, instead, installed flatc with:

wget https://github.com/google/flatbuffers/releases/download/v23.5.26/Linux.flatc.binary.clang++-12.zip
unzip Linux.flatc.binary.clang++-12.zip
sudo mv ./flatc /usr/bin/flatc

@danbugs danbugs closed this as completed May 29, 2023
@mistrzuboban
Copy link

The problem still exists for CMake older than 3.19. Then the interface properties whitelist has been removed as far as I remember.
I tried with CMake 3.11 on CentOS and it didn't work. Updated to 3.20 and its compiles.

@vcschapp
Copy link

vcschapp commented Jun 8, 2023

Same issue as @danbugs, using Ubuntu 20.04.6 LTS with cmake version 3.16.3 installed using standard apt repos.

@fliiiix
Copy link
Contributor

fliiiix commented Nov 22, 2023

same here with cmake 3.13.4 on debian

fliiiix added a commit to fliiiix/flatbuffers that referenced this issue Nov 22, 2023
Adresses all these issues ->
google#7994
google#7979
google#8049

Fix 7994, Fix 7979, Fix 8049
dbaileychess added a commit that referenced this issue Nov 23, 2023
Adresses all these issues ->
#7994
#7979
#8049

Fix 7994, Fix 7979, Fix 8049

Co-authored-by: Derek Bailey <derekbailey@google.com>
candysonya pushed a commit to candysonya/flatbuffers that referenced this issue Jan 8, 2024
Adresses all these issues ->
google#7994
google#7979
google#8049

Fix 7994, Fix 7979, Fix 8049

Co-authored-by: Derek Bailey <derekbailey@google.com>
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

4 participants