I try to set ExternalProject_Add in CMakeLists.txt,
for doing this I found this question :
What is the correct usage of CMake EXTERNALPROJECT_ADD with a Git repository?
But I have an issue, I can't call CONFIGURE_COMMAND configure
, because I have to call ./autogen.sh
to generate configure.ac
.
I don't find how to make cmake runing ./autogen.sh