mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 20:29:49 -05:00
Merge branch 'upstream-KWSys' into update-kwsys
* upstream-KWSys: KWSys 2018-06-14 (2b0ca1d8)
This commit is contained in:
@@ -77,7 +77,7 @@ int testCommandLineArguments(int argc, char* argv[])
|
||||
int some_int_variable = 10;
|
||||
double some_double_variable = 10.10;
|
||||
char* some_string_variable = KWSYS_NULLPTR;
|
||||
std::string some_stl_string_variable = "";
|
||||
std::string some_stl_string_variable;
|
||||
bool some_bool_variable = false;
|
||||
bool some_bool_variable1 = false;
|
||||
bool bool_arg1 = false;
|
||||
|
||||
Reference in New Issue
Block a user