JuliaInterop / libcxxwrap-julia

C++ library for backing CxxWrap.jl
Other
85 stars 43 forks source link

Fix JlCxxConfig.cmake changing CMAKE_MODULE_PATH #17

Closed alixinne closed 6 years ago

alixinne commented 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.

barche commented 6 years ago

Thanks!