File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,10 +42,12 @@ option(immer_BUILD_EXAMPLES "Build examples" ON)
4242option (immer_BUILD_DOCS "Build docs" ON )
4343option (immer_BUILD_EXTRAS "Build extras" ON )
4444option (immer_INSTALL_FUZZERS "Install fuzzers" off )
45- option (immer_ENABLE_EXCEPTIONS "Always enable exceptions regardless of detected compiler support" OFF )
46- option (immer_DISABLE_EXCEPTIONS "Always disable exceptions regardless of detected compiler support" OFF )
45+ option (immer_ENABLE_EXCEPTIONS
46+ "Always enable exceptions regardless of detected compiler support" OFF )
47+ option (immer_DISABLE_EXCEPTIONS
48+ "Always disable exceptions regardless of detected compiler support" OFF )
4749
48- if (immer_ENABLE_EXCEPTIONS AND immer_DISABLE_EXCEPTIONS)
50+ if (immer_ENABLE_EXCEPTIONS AND immer_DISABLE_EXCEPTIONS)
4951 message (FATAL_ERROR "Cannot both enable and disable exceptions" )
5052endif ()
5153
You can’t perform that action at this time.
0 commit comments