Backed out 3 changesets (bug 1790375) for causing wd failures on fetch_error.py....
[gecko.git] / third_party / function2 / Findfunction2.cmake
blobca1fc3e41f41dccc622d6e3fe5927aa9aa3c08f3
1 # Makes it possible to find function2 through find_package(function2 REQUIRED)
2 # when this source directory was added to the CMake module path.
3 # For instance it could be done through adding this to the CMakeLists.txt
4 # file in the parent directory:
5 # ```cmake
6 # list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/function2")
7 # ```
9 set(FU2_IS_FIND_INCLUDED ON)
10 include("${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt")