Skip to content
Snippets Groups Projects
Commit 1616cba9 authored by Andy Cedilnik's avatar Andy Cedilnik
Browse files

ENH: Allow CMake to use CommandLineArguments without warning

parent 2802ac46
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment