cmake/Tests/RunCMake/MaxRecursionDepth/FindRecursivePackage.cmake

4 lines
71 B
CMake
Raw Normal View History

2019-11-11 23:01:05 +01:00
message("${x}")
math(EXPR x "${x} + 1")
find_package(RecursivePackage)