Skip to content

Commit f14d113

Browse files
authored
Fix #643
1 parent fd2a025 commit f14d113

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
@@ -49,7 +49,7 @@ if (USE_SYSTEM_LIBVTERM)
4949
endif()
5050
execute_process(COMMAND grep -c "sb_clear" "${LIBVTERM_INCLUDE_DIR}/vterm.h" OUTPUT_VARIABLE VTermSBClearExists)
5151
if (${VTermSBClearExists} EQUAL "0")
52-
add_definitions(-VTermSBClearNotExists)
52+
add_definitions(-DVTermSBClearNotExists)
5353
endif()
5454
else()
5555
message(STATUS "System libvterm not found: libvterm will be downloaded and compiled as part of the build process")

0 commit comments

Comments
 (0)