Skip to content
Snippets Groups Projects
Commit b2439e1a authored by Felix Weiglhofer's avatar Felix Weiglhofer
Browse files

external: Improve gsl cmake integration.

parent 1fb1a27a
No related branches found
No related tags found
1 merge request!1067external: Improve gsl cmake integration.
Pipeline #20742 passed
......@@ -28,11 +28,11 @@ if(DOWNLOAD_EXTERNALS)
download_project_if_needed(PROJECT gsl
GIT_REPOSITORY "https://github.com/microsoft/GSL.git"
GIT_TAG "a3534567187d2edc428efd3f13466ff75fe5805c"
GIT_TAG "a3534567187d2edc428efd3f13466ff75fe5805c" # v4.0.0
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/GSL
)
set(GSL_INCLUDE_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/GSL/include PARENT_SCOPE)
install(DIRECTORY GSL/include/gsl TYPE INCLUDE)
set(GSL_INSTALL TRUE)
add_subdirectory(GSL)
#find_package(Vc 1.4.1)
if(NOT Vc_FOUND)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment