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

CMake Error in ccsrc/mqbackend/Cmakelist.txt #5

Open
notailing-mouse opened this issue Sep 20, 2022 · 1 comment
Open

CMake Error in ccsrc/mqbackend/Cmakelist.txt #5

notailing-mouse opened this issue Sep 20, 2022 · 1 comment

Comments

@notailing-mouse
Copy link

When I installed the source code in linux, the following error appeared,

CMake Error in ccsrc/mqbackend/CMakeLists.txt:
Target "mqbackend" requires the language dialect "CXX17" . But the current
compiler "GNU" does not support this, or CMake does not know the flags to
enable it.

image
image

I have made sure that my cmake version is 3.24.2, and the compiler is GCC 8.4.0. They do support C++17

@donghufeng
Copy link
Contributor

I guess your computer may have multiple versions of the g++ compiler, you can check the g++ version number used by cmake from the first few lines of the compilation result.

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