• Scientific Computing | SciVision
  • About
  • Blog
  • Tags
  • Categories

CMake find if autotools is available

9 January, 2021

When building autotools project via CMake ExternalProject, it is useful to first check in CMake that autotools is available to avoid emitting errors at build time. The goal is to emit errors about missing packages during build system configuration instead of during the build. We do this by including the file FindAutotools.cmake

  • cmake
  • autotools
GitHub   Twitter