diff options
author | Tom Rondeau <tom@trondeau.com> | 2014-08-08 16:44:27 -0400 |
---|---|---|
committer | Tom Rondeau <tom@trondeau.com> | 2014-08-08 16:44:27 -0400 |
commit | 2e691d87c12e7c465c26a13787e4b57d7fc62b7c (patch) | |
tree | 2b5b94145cce857d66765d38b3ace463c2fcff25 /docs/doxygen/other | |
parent | 4ac28002fbea740f78c2339446cca2d1f118628f (diff) |
cmake: follow-up to previous merge
Diffstat (limited to 'docs/doxygen/other')
-rw-r--r-- | docs/doxygen/other/build_guide.dox | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/doxygen/other/build_guide.dox b/docs/doxygen/other/build_guide.dox index 5375379b08..800734cd66 100644 --- a/docs/doxygen/other/build_guide.dox +++ b/docs/doxygen/other/build_guide.dox @@ -166,7 +166,6 @@ If not specified, the "Release" mode is the default. Here are som other potentially helpful CMake flags. These are to help you specifically locate certain dependencies. While the CMake scripts themselves should generally find these for us, we can use these to help direct CMake to specific locations if we have installed a different version elsewhere on the system that CMake doesn't know about. -\li ICE_MANUAL_INSTALL_PATH: prefix of where ZeroC Ice was installed. \li QWT_LIBRARIES: shared library to use for Qwt (in the form <path>/libqwt.so). \li QWT_INCLUDE_DIRS: path to Qwt include files (e.g., /usr/include/qwt). \li PYTHON_EXECUTABLE: Location of the 'python' binary you want to use (e.g., /usr/bin/python2.7). |