mirror of
https://git.proxmox.com/git/libgit2
synced 2026-01-08 19:55:19 +00:00
/deal with it
This commit is contained in:
parent
39444bea0a
commit
afb181167e
@ -25,6 +25,7 @@ install:
|
||||
|
||||
# Run the Build script
|
||||
script:
|
||||
- git submodule update --init tests-clar/clar
|
||||
- mkdir _build
|
||||
- cd _build
|
||||
- cmake .. -DCMAKE_INSTALL_PREFIX=../_install $OPTIONS
|
||||
|
||||
@ -246,12 +246,6 @@ IF (BUILD_CLAR)
|
||||
SET(SRC_CLAR "${CLAR_PATH}/main.c" "${CLAR_PATH}/clar_libgit2.c" "${CLAR_PATH}/clar/clar.c")
|
||||
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-missing-prototypes")
|
||||
|
||||
ADD_CUSTOM_TARGET(
|
||||
clar_submodule ALL
|
||||
COMMAND git submodule update --init tests-clar/clar
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
|
||||
)
|
||||
|
||||
ADD_CUSTOM_COMMAND(
|
||||
OUTPUT ${CLAR_PATH}/clar.suite
|
||||
COMMAND ${PYTHON_EXECUTABLE} clar/generate.py . -xonline
|
||||
|
||||
Loading…
Reference in New Issue
Block a user