Skip to content

Commit 045c2b3

Browse files
committed
Run cmake-format on cmake file
1 parent ba8feca commit 045c2b3

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,12 @@ option(immer_BUILD_EXAMPLES "Build examples" ON)
4242
option(immer_BUILD_DOCS "Build docs" ON)
4343
option(immer_BUILD_EXTRAS "Build extras" ON)
4444
option(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")
5052
endif()
5153

0 commit comments

Comments
 (0)