summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2021-12-11 12:50:17 +0100
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2021-12-11 12:50:17 +0100
commit53551050c59c3a35e64816f78e555ee2e064cc31 (patch)
tree5a9d9e6797bf4471935230f159dc1562ceea8372
parentbe079fac9df66de7e52067f4e58eb43c9c797187 (diff)
downloadsigc++-53551050c59c3a35e64816f78e555ee2e064cc31.tar.gz
sigc++.h: Don't mention CMake
There is no CMake support in sigc++-2.0.
-rw-r--r--sigc++/sigc++.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/sigc++/sigc++.h b/sigc++/sigc++.h
index 7acb549..cc63c35 100644
--- a/sigc++/sigc++.h
+++ b/sigc++/sigc++.h
@@ -14,7 +14,6 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
*/
#ifndef SIGCXX_SIGCXX_H
@@ -100,19 +99,6 @@
* Your @c PKG_CHECK_MODULES() call should also mention any other libraries that
* you need to use via pkg-config.
*
- * @subsection cmake Using CMake
- *
- * If using CMake, use the following in @c CMakeList.txt:
- * @code
- * include(FindPkgConfig)
- * pkg_check_modules(DEPS REQUIRED sigc++-2.0)
- * include_directories(${DEPS_INCLUDE_DIRS})
- * target_link_libraries(yourprogram ${DEPS_LIBRARIES})
- * @endcode
- *
- * Your @c pkg_check_modules() call should also mention any other libraries that
- * you need to use via pkg-config.
- *
* @section scope Scope of Documentation
*
* libsigc++ contains many template functions and template classes/structs,