Skip to content

Commit ecf41b7

Browse files
authored
Update CMakeLists.txt
1 parent 8715ee7 commit ecf41b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if (NOT CMAKE_BUILD_TYPE AND NOT SANITIZE)
2525
endif()
2626
if(SANITIZE)
2727
add_compile_options(-fsanitize=address -fno-omit-frame-pointer -fno-sanitize-recover=all)
28-
add_compile_definitions(ada PUBLIC ASAN_OPTIONS=detect_leaks=1)
28+
add_compile_definitions(ASAN_OPTIONS=detect_leaks=1)
2929
link_libraries(-fsanitize=address -fno-omit-frame-pointer -fno-sanitize-recover=all)
3030
endif()
3131
include(cmake/CPM.cmake)

0 commit comments

Comments
 (0)