Skip to content

Commit

Permalink
fix: Fix libgroup configure
Browse files Browse the repository at this point in the history
  • Loading branch information
Nativu5 committed Dec 25, 2024
1 parent ce3beaf commit 5e18f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies/cmake/libcgroup/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ set(LIBCGROUP_PATH "${libcgroup_BINARY_DIR}" CACHE STRING "Path to libcgroup dep
ExternalProject_Add(
libcgroup
SOURCE_DIR ${libcgroup_SOURCE_DIR}
CONFIGURE_COMMAND ./configure --prefix=${libcgroup_BINARY_DIR}/
CONFIGURE_COMMAND autoreconf --force && ./configure --prefix=${libcgroup_BINARY_DIR}/
BUILD_COMMAND make -j
INSTALL_COMMAND make install
BUILD_IN_SOURCE 1
Expand Down

0 comments on commit 5e18f0f

Please sign in to comment.