Created
September 17, 2014 12:26
-
-
Save mgaunard/8b7550075d235e81cf89 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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