Skip to content
Snippets Groups Projects
Commit b95249c4 authored by Pascal Palenda's avatar Pascal Palenda
Browse files

Fix: build catch2 static to avoid linker errors

parent 8daff615
Branches
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ macro (ihta_add_test)
NAME catch2
GITHUB_REPOSITORY catchorg/Catch2
VERSION 3.1.0
OPTIONS "CATCH_INSTALL_DOCS OFF"
OPTIONS "CATCH_INSTALL_DOCS OFF" "BUILD_SHARED_LIBS OFF"
)
set_property (TARGET Catch2 Catch2WithMain PROPERTY FOLDER "external_libs")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment