Skip to content

Instantly share code, notes, and snippets.

@OlivierLDff
Created December 5, 2018 10:14
Show Gist options
  • Save OlivierLDff/ceebf6ff705ccbad5fbd56a98eab7351 to your computer and use it in GitHub Desktop.
Save OlivierLDff/ceebf6ff705ccbad5fbd56a98eab7351 to your computer and use it in GitHub Desktop.
if (CMAKE_BUILD_TYPE MATCHES "^[Rr]elease")
# do stuff
endif()
if (CMAKE_BUILD_TYPE MATCHES "^[Dd]ebug")
# do stuff
endif()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment