Browse Source

BUG: fix endif()

Alex
Alexander Neundorf 17 years ago
parent
commit
e0f59d9af5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Tests/CMakeLists.txt

+ 1 - 1
Tests/CMakeLists.txt

@@ -136,7 +136,7 @@ IF(BUILD_TESTING)
          --build-makeprogram ${CMAKE_TEST_MAKEPROGRAM}
          --build-project Simple
          --test-command Simple)
-    ENDIF ("${cmakeOutput}" MATCHES CodeBlocks)
+    ENDIF ("${cmakeOutput}" MATCHES KDevelop3)
 
   ENDIF(${CMAKE_TEST_GENERATOR} MATCHES "Unix Makefiles"  OR  ${CMAKE_TEST_GENERATOR} MATCHES "KDevelop")