Closed alixinne closed 6 years ago
This commit ensures that JlCxxConfig.cmake does not overwrite the CMAKE_MODULE_PATH set up by the outside environment, which is required if the caller tries to use find_package after loading the JlCxx package.
CMAKE_MODULE_PATH
find_package
Thanks!
This commit ensures that JlCxxConfig.cmake does not overwrite the
CMAKE_MODULE_PATH
set up by the outside environment, which is required if the caller tries to usefind_package
after loading the JlCxx package.