BUG: fix endif()

Alex
This commit is contained in:
Alexander Neundorf 2008-08-06 17:43:34 -04:00
parent e6290446d8
commit e0f59d9af5
1 changed files with 1 additions and 1 deletions

View File

@ -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")