ENH: preclean some warnings

This commit is contained in:
Ken Martin
2008-03-25 11:27:18 -04:00
parent 5905d79c8a
commit ce8810c4e7
70 changed files with 72 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
cmake_minimum_required (VERSION 2.6)
PROJECT(StringFileTest)
INCLUDE_DIRECTORIES(${StringFileTest_BINARY_DIR})
@@ -100,7 +101,7 @@ STRING(STRIP "
ST1
" ST1)
STRING(STRIP "ST2 " ST2)
STRING(STRIP " ST3" ST3)
STRING(STRIP " ST3" ST3)
FOREACH(var ST1 ST2 ST3)
IF("${var}" STREQUAL "${${var}}")