Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
RunCMake
/
MaxRecursionDepth
/
FindRecursivePackage.cmake
blob: 3cbb99e872f03af6c7b76d99775cd1a930d72cea [
file
] [
log
] [
blame
]
message
(
"${x}"
)
math
(
EXPR x
"${x} + 1"
)
find_package
(
RecursivePackage
)