4 lines
71 B
CMake
4 lines
71 B
CMake
message("${x}")
|
|
math(EXPR x "${x} + 1")
|
|
find_package(RecursivePackage)
|
message("${x}")
|
|
math(EXPR x "${x} + 1")
|
|
find_package(RecursivePackage)
|