diff --git a/CMakeLists.txt b/CMakeLists.txt index 29eed4fb04..f251d75751 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 ") add_subdirectory(vendor/gsl-lite) # Make sure contract violations throw exceptions