Skip to content

Instantly share code, notes, and snippets.

@mgaunard
Created September 17, 2014 12:26
Show Gist options
  • Select an option

  • Save mgaunard/8b7550075d235e81cf89 to your computer and use it in GitHub Desktop.

Select an option

Save mgaunard/8b7550075d235e81cf89 to your computer and use it in GitHub Desktop.
get_property(DEFINITIONS DIRECTORY PROPERTY DEFINITIONS)
if(DEFINITIONS MATCHES "-fexceptions")
string(REPLACE "-fno-exceptions" "" CMAKE_CXX_FLAGS_${build_type_U} ${CMAKE_CXX_FLAGS_${build_type_U}})
endif()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment