mirror of
https://github.com/OPM/ResInsight.git
synced 2024-12-28 18:01:08 -06:00
Add message in CMake for download of OpenVDS
This commit is contained in:
parent
a4970a2426
commit
3fac7d2045
@ -393,6 +393,8 @@ endif()
|
|||||||
# OpenVDS seismic file access
|
# OpenVDS seismic file access
|
||||||
# ##############################################################################
|
# ##############################################################################
|
||||||
|
|
||||||
|
message(STATUS "Starting download of external library OpenVDS ...")
|
||||||
|
|
||||||
if(MSVC)
|
if(MSVC)
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
openvds
|
openvds
|
||||||
@ -406,6 +408,7 @@ else()
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
FetchContent_MakeAvailable(openvds)
|
FetchContent_MakeAvailable(openvds)
|
||||||
|
message(STATUS "... completed download of external library OpenVDS")
|
||||||
|
|
||||||
set(RESINSIGHT_OPENVDS_API_DIR ${openvds_SOURCE_DIR})
|
set(RESINSIGHT_OPENVDS_API_DIR ${openvds_SOURCE_DIR})
|
||||||
message(STATUS "Using OpenVDS api from : ${RESINSIGHT_OPENVDS_API_DIR}")
|
message(STATUS "Using OpenVDS api from : ${RESINSIGHT_OPENVDS_API_DIR}")
|
||||||
|
Loading…
Reference in New Issue
Block a user