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 warnings #620

Closed
lmoureaux opened this issue Sep 4, 2021 · 0 comments · Fixed by #691
Closed

CMake warnings #620

lmoureaux opened this issue Sep 4, 2021 · 0 comments · Fixed by #691
Assignees
Labels
bug Something isn't working

Comments

@lmoureaux
Copy link
Contributor

Describe the bug
CMake outputs the following warnings when configuring:

CMake Warning (dev) at CMakeLists.txt:204 (configure_file):
  configure_file called with unknown argument(s):

   /home/louis/freeciv/freeciv21/build/install/bin
   /home/louis/freeciv/freeciv21/build/install/share

This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMakeLists.txt:221 (configure_file):
  configure_file called with unknown argument(s):

   /home/louis/freeciv/freeciv21/build/install/bin
   /home/louis/freeciv/freeciv21/build/install/share

This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMakeLists.txt:238 (configure_file):
  configure_file called with unknown argument(s):

   /home/louis/freeciv/freeciv21/build/install/bin
   /home/louis/freeciv/freeciv21/build/install/share

This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMakeLists.txt:255 (configure_file):
  configure_file called with unknown argument(s):

   /home/louis/freeciv/freeciv21/build/install/bin
   /home/louis/freeciv/freeciv21/build/install/share

This warning is for project developers.  Use -Wno-dev to suppress it.

To Reproduce
Steps to reproduce the behavior:

  1. Visit https://github.com/longturn/freeciv21/runs/3500980135
  2. Click on the Configure step
  3. Scroll down to see the warnings in the logs

Expected behavior
CMake doesn't output warnings.

Platform and version (please complete the following information):

  • OS: Linux
  • Freeciv21 version: 3.0-alpha4

Additional context
Probably #613

@lmoureaux lmoureaux added the bug Something isn't working label Sep 4, 2021
@lmoureaux lmoureaux assigned lmoureaux and unassigned jwrober Oct 16, 2021
lmoureaux added a commit to lmoureaux/freeciv21 that referenced this issue Oct 16, 2021
The additional paths were ignored but triggered warnings.

Closes longturn#620.
lmoureaux added a commit that referenced this issue Oct 17, 2021
The additional paths were ignored but triggered warnings.

Closes #620.
psampathkumar pushed a commit to psampathkumar/freeciv21 that referenced this issue Nov 14, 2021
The additional paths were ignored but triggered warnings.

Closes longturn#620.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants