Avoid linking ResInsight with catch2

This commit is contained in:
Magne Sjaastad 2019-08-07 15:09:52 +02:00
parent 58cef265ec
commit 194c8b7278

View File

@ -138,15 +138,12 @@ else()
list(APPEND THIRD_PARTY_LIBRARIES
ecl
catch2
)
if (MSVC)
set_property(TARGET
ecl
PROPERTY FOLDER "Thirdparty/ERT"
)
endif()
set_property(TARGET
catch2
PROPERTY FOLDER "Thirdparty"
)
# Restore original state
set(BUILD_SHARED_LIBS ${ORIGINAL_BUILD_SHARED_LIBS})