https://github.com/Kitware/CMake
Revision 52e8fa2312c73338c7fac38e7c2b30f136f4d247 authored by Brad King on 17 October 2016, 14:39:36 UTC, committed by Brad King on 17 October 2016, 15:06:00 UTC
The change in commit v3.7.0-rc1~217^2 (FindwxWidgets: Add VS-versioned
library directory prefixes, 2016-08-24) works only for official
wxWidgets builds that add the VS-versioned directory prefixes.  Local
wxWidgets builds still have an unversioned prefix.  Search them.

Closes: #16366
1 parent b99bbfe
Raw File
Tip revision: 52e8fa2312c73338c7fac38e7c2b30f136f4d247 authored by Brad King on 17 October 2016, 14:39:36 UTC
FindwxWidgets: Fix finding unversioned VS-built directory prefixes
Tip revision: 52e8fa2
index.rst
.. title:: CMake Reference Documentation

Command-Line Tools
##################

.. toctree::
   :maxdepth: 1

   /manual/cmake.1
   /manual/ctest.1
   /manual/cpack.1

Interactive Dialogs
###################

.. toctree::
   :maxdepth: 1

   /manual/cmake-gui.1
   /manual/ccmake.1

Reference Manuals
#################

.. toctree::
   :maxdepth: 1

   /manual/cmake-buildsystem.7
   /manual/cmake-commands.7
   /manual/cmake-compile-features.7
   /manual/cmake-developer.7
   /manual/cmake-generator-expressions.7
   /manual/cmake-generators.7
   /manual/cmake-language.7
   /manual/cmake-server.7
   /manual/cmake-modules.7
   /manual/cmake-packages.7
   /manual/cmake-policies.7
   /manual/cmake-properties.7
   /manual/cmake-qt.7
   /manual/cmake-toolchains.7
   /manual/cmake-variables.7

.. only:: html or text

 Release Notes
 #############

 .. toctree::
    :maxdepth: 1

    /release/index

.. only:: html

 Index and Search
 ################

 * :ref:`genindex`
 * :ref:`search`
back to top