cmake LLVM_HAS_ASSERTIONS examples

AcademySoftwareFoundation/openvdb openvdb_ax/openvdb_ax/test/CMakeLists.txt :156

execute_process(
      COMMAND ${LLVM_CONFIG_EXECUTABLE} --assertion-mode
      OUTPUT_VARIABLE LLVM_HAS_ASSERTIONS
      ERROR_QUIET # If we error for any reason, don't enable the tests
      OUTPUT_STRIP_TRAILING_WHITESPACE)