fw4spl-org / fw4spl

Main repository for fw4spl
30 stars 15 forks source link

Append custom CMAKE_MODULE_PATH at the top of CMakeLists.txt. #3

Closed schweitzer closed 7 years ago

schweitzer commented 7 years ago

Updated CMakeLists.txt of fw4spl to append _CMAKE_MODULEPATH at first. An error can occur if calling find_package() in a root CMakeLists.txt of an _ADDITIONNALPROJECTS , to avoid this _CMAKE_MODULEPATH need to be filled before parsing any _ADDITIONNALPROJECTS.