mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Avoid linking ResInsight with catch2
This commit is contained in:
parent
58cef265ec
commit
194c8b7278
@ -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})
|
||||
|
Loading…
Reference in New Issue
Block a user