summaryrefslogtreecommitdiffstats
path: root/CMakeScripts
diff options
context:
space:
mode:
authorAdrian Boguszewski <adrbogus1@student.pg.gda.pl>2016-06-09 14:42:57 +0000
committerAdrian Boguszewski <adrbogus1@student.pg.gda.pl>2016-06-09 14:42:57 +0000
commit1631af9372d932ac90d0fe02021d7056b7acbe76 (patch)
treecb9929d7fb6189bc4996dec76321419aa5d1f576 /CMakeScripts
parentReplaced Object by SPObject (diff)
parentFix make test target (diff)
downloadinkscape-1631af9372d932ac90d0fe02021d7056b7acbe76.tar.gz
inkscape-1631af9372d932ac90d0fe02021d7056b7acbe76.zip
Splitted tests to separate executables
(bzr r14954.1.3)
Diffstat (limited to 'CMakeScripts')
-rw-r--r--CMakeScripts/DefineDependsandFlags.cmake8
1 files changed, 0 insertions, 8 deletions
diff --git a/CMakeScripts/DefineDependsandFlags.cmake b/CMakeScripts/DefineDependsandFlags.cmake
index bf3954a62..9c4d6b085 100644
--- a/CMakeScripts/DefineDependsandFlags.cmake
+++ b/CMakeScripts/DefineDependsandFlags.cmake
@@ -276,14 +276,6 @@ else()
add_definitions(-UWITH_LPETOOL -ULPE_ENABLE_TEST_EFFECTS)
endif()
-if(WITH_GTEST)
- if(EXISTS "${GMOCK_DIR}" AND IS_DIRECTORY "${GMOCK_DIR}")
-
- else()
- set(WITH_GTEST off)
- endif()
-endif()
-
# ----------------------------------------------------------------------------
# CMake's builtin
# ----------------------------------------------------------------------------