Lines Matching full:not
3 # you may not use this file except in compliance with the License.
18 if(NOT PANDA_WITH_TESTS)
38 if (NOT DEFINED ARG_OUTPUT_DIRECTORY)
39 message(FATAL_ERROR "OUTPUT_DIRECTORY is not defined")
42 if (NOT ARG_CONTAINS_MAIN)
45 elseif (NOT CMAKE_CROSSCOMPILING)
64 if (NOT ARG_CONTAINS_MAIN AND NOT CMAKE_CROSSCOMPILING)
90 if (NOT ARG_USE_CATCH2)
91 if (CONTAINS_MAIN OR NOT CMAKE_CROSSCOMPILING)
98 if (NOT (PANDA_TARGET_MOBILE OR PANDA_TARGET_OHOS))
126 # Yes, this is hardcoded. No, do not ask for an option. Go and fix your tests.