mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Disable install of ERT libs and headers
p4#: 21126
This commit is contained in:
parent
32d67d9978
commit
4a8a24c433
@ -37,6 +37,11 @@ include (ResInsightVersion.cmake)
|
||||
################################################################################
|
||||
# ERT
|
||||
################################################################################
|
||||
|
||||
# Disable install of ERT libs and headers, as Ert code is compiled and linked directly
|
||||
# into ResInsight
|
||||
set (INSTALL_ERT false)
|
||||
|
||||
add_subdirectory(ThirdParty/Ert/devel)
|
||||
|
||||
include_directories(
|
||||
|
Loading…
Reference in New Issue
Block a user