summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/Modules/sigcpp_test.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* CMake: Remove duplicated check for sigc++Eduard Braun2017-02-041-15/+0
| | | | | | | | | - 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)
* cmake: Add sigc++ supportBryce Harrington2016-02-271-0/+15
Patch from rindolf Signed-off-by: Bryce Harrington <bryce@bryceharrington.org> (bzr r14669)