update packages
This commit is contained in:
@@ -51,6 +51,10 @@ if (USE_SYSTEM_LIBVTERM)
|
||||
if (${VTermSBClearExists} EQUAL "0")
|
||||
add_definitions(-DVTermSBClearNotExists)
|
||||
endif()
|
||||
execute_process(COMMAND grep -c "vterm_screen_enable_reflow" "${LIBVTERM_INCLUDE_DIR}/vterm.h" OUTPUT_VARIABLE VTermScreenEnableReflowExists)
|
||||
if (${VTermScreenEnableReflowExists} EQUAL "0")
|
||||
add_definitions(-DVTermScreenEnableReflowNotExists)
|
||||
endif()
|
||||
else()
|
||||
message(STATUS "System libvterm not found: libvterm will be downloaded and compiled as part of the build process")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user