FindRecursivePackage.cmake 71 B

123
  1. message("${x}")
  2. math(EXPR x "${x} + 1")
  3. find_package(RecursivePackage)