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

Some dependencies are wrongly treated by CMake as optional instead of required #1132

Open
krzys-h opened this issue Mar 27, 2018 · 0 comments

Comments

@krzys-h
Copy link
Member

krzys-h commented Mar 27, 2018

Instead of emitting missing library errors like all the others do, they fail with an error like this:

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
GLEW_INCLUDE_PATH
   used as include directory in directory /home/krzys_h/colobot/src
   used as include directory in directory /home/krzys_h/colobot/src
   used as include directory in directory /home/krzys_h/colobot/src
   used as include directory in directory /home/krzys_h/colobot/src
   used as include directory in directory /home/krzys_h/colobot/src
   used as include directory in directory /home/krzys_h/colobot/src
   used as include directory in directory /home/krzys_h/colobot/src
   used as include directory in directory /home/krzys_h/colobot/src
   used as include directory in directory /home/krzys_h/colobot/src
   used as include directory in directory /home/krzys_h/colobot/src
GLEW_LIBRARY
    linked by target "colobot" in directory /home/krzys_h/colobot/src
PHYSFS_INCLUDE_PATH
   used as include directory in directory /home/krzys_h/colobot/src
   used as include directory in directory /home/krzys_h/colobot/src
   used as include directory in directory /home/krzys_h/colobot/src
   used as include directory in directory /home/krzys_h/colobot/src
   used as include directory in directory /home/krzys_h/colobot/src
   used as include directory in directory /home/krzys_h/colobot/src
   used as include directory in directory /home/krzys_h/colobot/src
   used as include directory in directory /home/krzys_h/colobot/src
   used as include directory in directory /home/krzys_h/colobot/src
   used as include directory in directory /home/krzys_h/colobot/src
PHYSFS_LIBRARY
    linked by target "colobot" in directory /home/krzys_h/colobot/src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant