diff options
author | Brad King <brad.king@kitware.com> | 2015-11-09 15:06:30 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-11-09 15:06:30 (GMT) |
commit | 20e445f4418088ddf6e8f30ff3425af1588d2710 (patch) | |
tree | ed18dcf6074b30898fc76af1dd597208f0ddf947 /Help | |
parent | c53e692db92ce5f24151f4bded40ffcddc9b0fb2 (diff) | |
parent | 5d79b9563f7852098721a9218a13c84383f780ed (diff) | |
download | CMake-20e445f4418088ddf6e8f30ff3425af1588d2710.zip CMake-20e445f4418088ddf6e8f30ff3425af1588d2710.tar.gz CMake-20e445f4418088ddf6e8f30ff3425af1588d2710.tar.bz2 |
Merge topic 'FindGTK2_GTK2_TARGETS'
5d79b956 FindGTK2: Use targets in GTK2_LIBRARIES if GTK2_USE_IMPORTED_TARGETS is ON
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/FindGTK2_GTK2_TARGETS.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/dev/FindGTK2_GTK2_TARGETS.rst b/Help/release/dev/FindGTK2_GTK2_TARGETS.rst new file mode 100644 index 0000000..76e3657 --- /dev/null +++ b/Help/release/dev/FindGTK2_GTK2_TARGETS.rst @@ -0,0 +1,7 @@ +FindGTK2_GTK2_TARGETS +--------------------- + +* The :module:`FindGTK2` module, when ``GTK2_USE_IMPORTED_TARGETS`` is + enabled, now sets ``GTK2_LIBRARIES`` to contain the list of imported + targets instead of the paths to the libraries. Moreover it now sets + a new ``GTK2_TARGETS`` variable containing all the targets imported. |