Skip to content

cmake warning #54

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

Open
ghost opened this issue Mar 30, 2015 · 0 comments
Open

cmake warning #54

ghost opened this issue Mar 30, 2015 · 0 comments
Labels

Comments

@ghost
Copy link

ghost commented Mar 30, 2015

Using cmake version 3.0.2 (mkdir build; cd build ; cmake ../)
I get a warning that test/CMakeLists.txt line 15 is using the target name "test" which is now reserved or not valid for certain CMake features, such as generator expressions, and may result in undefined behavior.
This warning is for project developers. Use -Wno-dev to suppress it.

I can use cmake -Wno-dev ../ and ignore it, but I thought I'd let you know.

@szechyjs szechyjs added the build label Jan 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant