BUG: Close endif statements with same string as if so that it still configures with CMake 2.4. One more time. Encore, encore.

This commit is contained in:
David Cole 2009-07-24 17:28:54 -04:00
parent 6237c6ead4
commit 6414fa21fe
1 changed files with 1 additions and 1 deletions

View File

@ -36,4 +36,4 @@ if(do_cvs_tests)
"-DCVS_EXECUTABLE:STRING=${CVS_EXECUTABLE}"
)
AddCMakeTest(CheckSourceTree "${CheckSourceTree_PreArgs}")
endif()
endif(do_cvs_tests)