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:
@@ -138,15 +138,12 @@ else()
|
|||||||
|
|
||||||
list(APPEND THIRD_PARTY_LIBRARIES
|
list(APPEND THIRD_PARTY_LIBRARIES
|
||||||
ecl
|
ecl
|
||||||
catch2
|
|
||||||
)
|
)
|
||||||
|
|
||||||
if (MSVC)
|
set_property(TARGET
|
||||||
set_property(TARGET
|
catch2
|
||||||
ecl
|
PROPERTY FOLDER "Thirdparty"
|
||||||
PROPERTY FOLDER "Thirdparty/ERT"
|
)
|
||||||
)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# Restore original state
|
# Restore original state
|
||||||
set(BUILD_SHARED_LIBS ${ORIGINAL_BUILD_SHARED_LIBS})
|
set(BUILD_SHARED_LIBS ${ORIGINAL_BUILD_SHARED_LIBS})
|
||||||
|
|||||||
Reference in New Issue
Block a user