diff options
-rw-r--r-- | CMakeLists.txt | 4 | ||||
-rw-r--r-- | cmake/FindLIBVTERM.cmake (renamed from cmake/FindLibVterm.cmake) | 0 | ||||
-rw-r--r-- | cmake/FindUNIBILIUM.cmake (renamed from cmake/FindUnibilium.cmake) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b7c593450..ea4e1e08f2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -408,7 +408,7 @@ endif() option(FEAT_TUI "Enable the Terminal UI" ON) if(FEAT_TUI) - find_package(Unibilium 2.0 REQUIRED) + find_package(UNIBILIUM 2.0 REQUIRED) include_directories(SYSTEM ${UNIBILIUM_INCLUDE_DIRS}) list(APPEND CMAKE_REQUIRED_INCLUDES "${UNIBILIUM_INCLUDE_DIRS}") @@ -432,7 +432,7 @@ if(FEAT_TUI) include_directories(SYSTEM ${LIBTERMKEY_INCLUDE_DIRS}) endif() -find_package(LibVterm REQUIRED) +find_package(LIBVTERM REQUIRED) include_directories(SYSTEM ${LIBVTERM_INCLUDE_DIRS}) if(WIN32) diff --git a/cmake/FindLibVterm.cmake b/cmake/FindLIBVTERM.cmake index 469494ddfd..469494ddfd 100644 --- a/cmake/FindLibVterm.cmake +++ b/cmake/FindLIBVTERM.cmake diff --git a/cmake/FindUnibilium.cmake b/cmake/FindUNIBILIUM.cmake index 0bf27b45e2..0bf27b45e2 100644 --- a/cmake/FindUnibilium.cmake +++ b/cmake/FindUNIBILIUM.cmake |