Closed chaplin89 closed 5 years ago
@xantares @edisongustavo @fernape can one of you please review this PR? I am not confident enough with cmake to merge this without your review
@devernay I will take a look
-1, you should use the INTERFACE argument, and use INSTALL_INTERFACE / install prefix
Thanks, I'll open another PR.
I've tried to use cminpack but unfortunately, I had to add the cminpack root folder before being able to compile the program.
This simple edit edit serve only to expose the root directory to whoever does a
target_link_libraries(${PROJECT} cminpack)
and thus avoid adding othertarget_include_directory()
in projects that uses cminpack.