mirror of
https://github.com/reactos/CMake.git
synced 2024-11-29 14:30:27 +00:00
ENH: Allow CMake to use CommandLineArguments without warning
This commit is contained in:
parent
f3cfe48152
commit
fdf589d2da
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user