Currently the configure script is run on 'liburing_ext' not only for the
initial build but for subsequent incremental builds.
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
GIT_REPOSITORY https://git.kernel.dk/liburing
GIT_TAG "liburing-0.7"
GIT_SHALLOW TRUE
- GIT_CONFIG advice.detachedHead=false
- UPDATE_DISCONNECTED TRUE)
+ GIT_CONFIG advice.detachedHead=false)
endif()
include(ExternalProject)
BUILD_COMMAND env CC=${CMAKE_C_COMPILER} "CFLAGS=${CMAKE_C_FLAGS} -fPIC" ${make_cmd} -C src -s
BUILD_IN_SOURCE 1
BUILD_BYPRODUCTS "<SOURCE_DIR>/src/liburing.a"
- INSTALL_COMMAND "")
+ INSTALL_COMMAND ""
+ UPDATE_COMMAND "")
unset(make_cmd)
ExternalProject_Get_Property(liburing_ext source_dir)