Skip to content

Commit 6ed1f06

Browse files
committed
Fixed typo.
1 parent 27ffeb8 commit 6ed1f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if(DRAW_EXAMPLES)
3535
endif()
3636

3737
# Compiler Options
38-
set(DEBUG_OPTIONS -fexecptions -g -Wall -pedantic-errors -pedantic)
38+
set(DEBUG_OPTIONS -fexceptions -g -Wall -pedantic-errors -pedantic)
3939
target_compile_options(tree-tests PUBLIC "$<$<CONFIG:DEBUG>:${DEBUG_OPTIONS}>")
4040

4141
set(RELEASE_OPTIONS -fexceptions -O3 -Wall -pedantic)

0 commit comments

Comments
 (0)