Skip to content

Instantly share code, notes, and snippets.

@iMichka
Created July 14, 2014 13:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iMichka/19b3aea137013d810f92 to your computer and use it in GitHub Desktop.
Save iMichka/19b3aea137013d810f92 to your computer and use it in GitHub Desktop.
CMake Warning (dev) at GCC_XML/VcInstall/CMakeLists.txt:18 (GET_TARGET_PROPERTY):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
The LOCATION property should not be read from target "gccxml_vcconfig".
Use the target name directly with add_custom_command, or use the generator
expression $<TARGET_FILE>, as appropriate.
This warning is for project developers. Use -Wno-dev to suppress it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment