Make sure <gsl/gsl> gets installed. Closes #1496

This commit is contained in:
Paul Romano 2020-02-26 12:07:02 -06:00
parent 630be279f2
commit 3aceb2dc94

View file

@ -170,6 +170,8 @@ target_link_libraries(xtensor INTERFACE xtl)
# GSL header-only library
#===============================================================================
set(GSL_LITE_OPT_INSTALL_COMPAT_HEADER ON CACHE BOOL
"Install MS-GSL compatibility header <gsl/gsl>")
add_subdirectory(vendor/gsl-lite)
# Make sure contract violations throw exceptions