We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd2a025 commit f14d113Copy full SHA for f14d113
CMakeLists.txt
@@ -49,7 +49,7 @@ if (USE_SYSTEM_LIBVTERM)
49
endif()
50
execute_process(COMMAND grep -c "sb_clear" "${LIBVTERM_INCLUDE_DIR}/vterm.h" OUTPUT_VARIABLE VTermSBClearExists)
51
if (${VTermSBClearExists} EQUAL "0")
52
- add_definitions(-VTermSBClearNotExists)
+ add_definitions(-DVTermSBClearNotExists)
53
54
else()
55
message(STATUS "System libvterm not found: libvterm will be downloaded and compiled as part of the build process")
0 commit comments