neovim/cmake.deps/cmake
dundargoc 5dcf544f8a
build: fix USE_EXISTING_SRC_DIR option
Since 0007aa50bd the build unsets all URL
variable immediately when USE_EXISTING_SRC_DIR is TRUE, which is
correct. However, this causes the function BuildTSParser to break down
as cmake functions aren't traditionally equipped to deal with empty
variables. Using cmake_parse_arguments fixes this issue.
2023-03-05 18:45:34 +01:00
..
BuildGettext.cmake build: unset variables ending with "URL" if USE_EXISTING_SRC_DIR is ON 2023-03-04 00:30:07 +01:00
BuildLibiconv.cmake build: unset variables ending with "URL" if USE_EXISTING_SRC_DIR is ON 2023-03-04 00:30:07 +01:00
BuildLibtermkey.cmake build: unset variables ending with "URL" if USE_EXISTING_SRC_DIR is ON 2023-03-04 00:30:07 +01:00
BuildLibuv.cmake build: unset variables ending with "URL" if USE_EXISTING_SRC_DIR is ON 2023-03-04 00:30:07 +01:00
BuildLibvterm.cmake build: unset variables ending with "URL" if USE_EXISTING_SRC_DIR is ON 2023-03-04 00:30:07 +01:00
BuildLua.cmake build: consistently use the provided option paths 2023-03-05 15:21:46 +01:00
BuildLuajit.cmake build: consistently use the provided option paths 2023-03-05 15:21:46 +01:00
BuildLuarocks.cmake build: unset variables ending with "URL" if USE_EXISTING_SRC_DIR is ON 2023-03-04 00:30:07 +01:00
BuildLuv.cmake build: unset variables ending with "URL" if USE_EXISTING_SRC_DIR is ON 2023-03-04 00:30:07 +01:00
BuildMsgpack.cmake build: consistently use the provided option paths 2023-03-05 15:21:46 +01:00
BuildTreesitter.cmake build: unset variables ending with "URL" if USE_EXISTING_SRC_DIR is ON 2023-03-04 00:30:07 +01:00
BuildTreesitterParsers.cmake build: fix USE_EXISTING_SRC_DIR option 2023-03-05 18:45:34 +01:00
BuildUnibilium.cmake build: unset variables ending with "URL" if USE_EXISTING_SRC_DIR is ON 2023-03-04 00:30:07 +01:00
CopyFilesGlob.cmake build: rename build-related dirs 2022-06-28 04:02:29 -07:00
GetBinaryDeps.cmake build: consistently use the provided option paths 2023-03-05 15:21:46 +01:00
GettextCMakeLists.txt build(cmake): add modelines to enable syntax highlighting 2022-10-21 11:48:12 +02:00
LibiconvCMakeLists.txt build(cmake): add modelines to enable syntax highlighting 2022-10-21 11:48:12 +02:00
libtermkeyCMakeLists.txt build: set libtermkey project language to C (#22410) 2023-02-26 13:32:37 +01:00
LibvtermCMakeLists.txt build: set libtermkey project language to C (#22410) 2023-02-26 13:32:37 +01:00
RemoveFiles.cmake build: rename build-related dirs 2022-06-28 04:02:29 -07:00
TreesitterCMakeLists.txt build: set libtermkey project language to C (#22410) 2023-02-26 13:32:37 +01:00
TreesitterParserCMakeLists.txt build: use CMAKE_POSITION_INDEPENDENT_CODE instead of -fPIC (#21947) 2023-01-22 18:02:02 +01:00