diff options
Diffstat (limited to 'Tests/CommandLineTest/PreLoad.cmake')
-rw-r--r-- | Tests/CommandLineTest/PreLoad.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CommandLineTest/PreLoad.cmake b/Tests/CommandLineTest/PreLoad.cmake index 87284aff0..f059bcea6 100644 --- a/Tests/CommandLineTest/PreLoad.cmake +++ b/Tests/CommandLineTest/PreLoad.cmake @@ -1 +1 @@ -SET(THIS_SHOULD_BE_SET ON CACHE BOOL "Some variable") +set(THIS_SHOULD_BE_SET ON CACHE BOOL "Some variable") |