diff options
| author | Matthias Melcher <git@matthiasm.com> | 2019-01-15 01:32:26 +0100 |
|---|---|---|
| committer | Matthias Melcher <git@matthiasm.com> | 2019-01-15 01:32:26 +0100 |
| commit | a4fc8b06e1d3f39b413a19174cb661f198759793 (patch) | |
| tree | abf60bd949fe7b40eaf68a6263acf12ae491e373 /test | |
| parent | b450cea7e249d521ba9ebf3d186db45656b9fcc4 (diff) | |
Fixed typo in test/Cmake
Diffstat (limited to 'test')
| -rw-r--r-- | test/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 41145d7a4..0ffe3f881 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -39,7 +39,7 @@ include_directories( ) ####################################################################### -if(!ANDROID) +if(NOT ANDROID) CREATE_EXAMPLE(adjuster adjuster.cxx fltk) CREATE_EXAMPLE(arc arc.cxx fltk) CREATE_EXAMPLE(animated animated.cxx fltk) @@ -127,7 +127,7 @@ if(FLTK_HAVE_CAIRO) CREATE_EXAMPLE(cairo_test cairo_test.cxx "fltk;fltk_cairo") endif(FLTK_HAVE_CAIRO) -endif(!ANDROID) +endif(NOT ANDROID) # We need some support files for the demo programs: |
