CMake/Help
Brad King 02e34de2b6 FindOpenGL: Revert support for imported targets (#15267)
Revert the feature added by commit v3.1.0-rc1~420^2~2 (FindOpenGL:
Provide imported targets for GL and GLU, 2014-05-31).  Unfortunately it
does not work on Windows because the full path to each library file is
not actually known.  The IMPORTED_LOCATION of an imported target must be
a full path, but OPENGL_gl_LIBRARY is just 'opengl32' on Windows because
the actual library file is in some implicit link directory that we may
know know.

More infrastructure will be needed in CMake to allow a name-only
imported library.  Until that exists, we will not be able to provide
imported targets in FindOpenGL.
2014-12-01 16:01:09 -05:00
..
command Help: Fix broken cross-references reported by 'nitpicky' option 2014-11-07 11:41:21 -05:00
generator VS: Implement CMAKE_GENERATOR_PLATFORM for VS >= 8 2014-09-05 15:03:56 -04:00
include Help: Factor out COMPILE_DEFINITIONS disclaimer duplication 2013-10-16 09:22:38 -04:00
manual Merge branch 'doc-formatting' into release 2014-11-07 11:02:45 -05:00
module FindVTK: Drop this ancient compatibility module 2014-10-02 09:28:02 -04:00
policy If: Introduce policy CMP0054 - don't dereference quoted variables in if() 2014-09-11 21:23:17 +02:00
prop_cache Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
prop_dir Help: Clarify add_compile_options documentation (#15225) 2014-10-29 09:18:56 -04:00
prop_gbl Help: Add missing external link marker. 2014-06-05 11:57:25 +02:00
prop_inst Help: Clarify formatting of CPACK_WIX_ACL documentation 2014-10-22 16:41:22 -04:00
prop_sf Help: Fix broken cross-references reported by 'nitpicky' option 2014-11-07 11:41:21 -05:00
prop_test allow to mark a test as "Not Run" with a specific return code (#8466) 2014-01-14 23:57:40 +01:00
prop_tgt Help: Document CMAKE_XCODE_ATTRIBUTE_<an-attribute> variable (#15215) 2014-10-22 08:52:12 -04:00
release FindOpenGL: Revert support for imported targets (#15267) 2014-12-01 16:01:09 -05:00
variable Merge branch 'doc-CMAKE_INSTALL_PREFIX-link-GNUInstallDirs' into release 2014-11-12 09:17:07 -05:00
index.rst Help: Add a manual for compiler feature control. 2014-05-27 09:35:00 -04:00