Is it possible to include a file that is local to a module?

I want to do this:

FIND_PACKAGE(MyPackage)

MyPackage.cmake:

include(extrastuff.cmake)
...

The problem is that extrastuff.cmake isn't found.

Thanks,
James
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to