diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2017-02-04 23:13:08 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2017-02-04 23:13:08 +0000 |
| commit | 94011e762ba541fb9b9733a9fc00a01442e374cf (patch) | |
| tree | 01b823f7d39d5ce6155803cdeaacd3862f7c3a72 /CMakeScripts/DefineDependsandFlags.cmake | |
| parent | Fixes bug:1654808 along a option to fuse when paths points are coincidant (diff) | |
| download | inkscape-94011e762ba541fb9b9733a9fc00a01442e374cf.tar.gz inkscape-94011e762ba541fb9b9733a9fc00a01442e374cf.zip | |
CMake: Remove duplicated check for sigc++
- It didn't make much sense to check twice anyway
- The additional check for C++11 is not required anymore after r15039 as we use -std=c++11 by default now
- The check broke subsequent cmake runs on Windows (i.e. compilation broke whenever a .cmake file changed and CMakeCache hat to be cleared manually)
http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/15039
(bzr r15475)
Diffstat (limited to 'CMakeScripts/DefineDependsandFlags.cmake')
| -rw-r--r-- | CMakeScripts/DefineDependsandFlags.cmake | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeScripts/DefineDependsandFlags.cmake b/CMakeScripts/DefineDependsandFlags.cmake index ad2d51724..d66541604 100644 --- a/CMakeScripts/DefineDependsandFlags.cmake +++ b/CMakeScripts/DefineDependsandFlags.cmake @@ -379,9 +379,6 @@ if(WITH_NLS) endif(GETTEXT_FOUND) endif(WITH_NLS) -#sets c++11 for newer sigc++ if required when pkg-config does not detect it -find_package(SigC++ REQUIRED) - pkg_check_modules(SIGC++ REQUIRED sigc++-2.0 ) list(APPEND INKSCAPE_LIBS ${SIGC++_LDFLAGS}) |
