ERT: Turn off shared libs by default

This commit is contained in:
magnesj 2013-10-07 14:15:09 +02:00 committed by Magne Sjaastad
parent c07875701a
commit bbb33064b0

View File

@ -53,8 +53,10 @@ include (ResInsightVersion.cmake)
# Disable install of ERT libs and headers, as Ert code is compiled and linked directly
SET(INSTALL_ERT OFF CACHE BOOL "ERT: Install library")
SET(BUILD_SHARED_LIBS OFF CACHE BOOL "ERT: Build shared libraries")
SET(ERT_USE_OPENMP ${OPENMP_FOUND} CACHE BOOL "ERT: Compile using OpenMP")
add_subdirectory(ThirdParty/Ert/devel)
include_directories(