Skip to content

Instantly share code, notes, and snippets.

@kaworu
Last active December 31, 2015 12:09
Show Gist options
  • Save kaworu/7984352 to your computer and use it in GitHub Desktop.
Save kaworu/7984352 to your computer and use it in GitHub Desktop.
set(RESULT 1 OR 0)
if (${RESULT} AND 0)
message(STATUS "FOUND")
else()
message(STATUS "NOT FOUND")
endif()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment