Skip to content

Commit 5355105

Browse files
committed
sigc++.h: Don't mention CMake
There is no CMake support in sigc++-2.0.
1 parent be079fa commit 5355105

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

sigc++/sigc++.h

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* You should have received a copy of the GNU Lesser General Public
1515
* License along with this library; if not, write to the Free Software
1616
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17-
*
1817
*/
1918

2019
#ifndef SIGCXX_SIGCXX_H
@@ -100,19 +99,6 @@
10099
* Your @c PKG_CHECK_MODULES() call should also mention any other libraries that
101100
* you need to use via pkg-config.
102101
*
103-
* @subsection cmake Using CMake
104-
*
105-
* If using CMake, use the following in @c CMakeList.txt:
106-
* @code
107-
* include(FindPkgConfig)
108-
* pkg_check_modules(DEPS REQUIRED sigc++-2.0)
109-
* include_directories(${DEPS_INCLUDE_DIRS})
110-
* target_link_libraries(yourprogram ${DEPS_LIBRARIES})
111-
* @endcode
112-
*
113-
* Your @c pkg_check_modules() call should also mention any other libraries that
114-
* you need to use via pkg-config.
115-
*
116102
* @section scope Scope of Documentation
117103
*
118104
* libsigc++ contains many template functions and template classes/structs,

0 commit comments

Comments
 (0)