ENH: Allow CMake to use CommandLineArguments without warning

This commit is contained in:
Andy Cedilnik 2004-09-29 08:58:45 -04:00
parent f3cfe48152
commit fdf589d2da
1 changed files with 5 additions and 3 deletions

View File

@ -257,9 +257,11 @@ ENDFOREACH(c)
IF(KWSYS_USE_CommandLineArguments)
IF(NOT ParaView_SOURCE_DIR)
IF(NOT KWSYS_STANDALONE)
MESSAGE("Command Line Arguments is experimental code for now")
ENDIF(NOT KWSYS_STANDALONE)
IF(NOT CMake_SOURCE_DIR)
IF(NOT KWSYS_STANDALONE)
MESSAGE("Command Line Arguments is experimental code for now")
ENDIF(NOT KWSYS_STANDALONE)
ENDIF(NOT CMake_SOURCE_DIR)
ENDIF(NOT ParaView_SOURCE_DIR)
ENDIF(KWSYS_USE_CommandLineArguments)