This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
41a608a75d
CMake
/
Tests
/
FindPackageTest
/
FindRecursiveC.cmake
2 lines
35 B
CMake
Raw
Normal View
History
Unescape
Escape
ENH: Help recursive find_package calls in modules These changes teach find_package to behave nicely when invoked recursively inside a find-module for the same package. The module will never be recursively loaded again. Version arguments are automatically forwarded.
2008-10-03 18:40:07 +04:00
FIND_PACKAGE
(
RecursiveC
NAMES
zot
)