Skip to content

Commit aeb583a

Browse files
committed
remove this todo
1 parent a58d1be commit aeb583a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ add_resources(EMBEDDED_RESOURCES ${RESOURCE_FILES})
5757
add_library(Latite SHARED ${Latite_SRC} ${EMBEDDED_RESOURCES})
5858

5959
# enable exceptions
60-
# TODO: exceptions are scary and bad maybe we shouldn't use them?
6160
target_compile_options(Latite PRIVATE $<$<COMPILE_LANG_AND_ID:CXX,MSVC,Clang,AppleClang>:/EHsc>)
6261

6362
# C++ standard

0 commit comments

Comments
 (0)