From fbdc6261291bebabf5cc4980c08568c6980dc85f Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Fri, 15 Dec 2023 16:10:11 +0100 Subject: [PATCH] Disable unity build for OdbReader Unity build was recently broken, hard to find source to the broken build. Few files in this library, no unity build is required. --- ApplicationLibCode/GeoMech/OdbReader/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ApplicationLibCode/GeoMech/OdbReader/CMakeLists.txt b/ApplicationLibCode/GeoMech/OdbReader/CMakeLists.txt index 8ba372c02b..6a083972b8 100644 --- a/ApplicationLibCode/GeoMech/OdbReader/CMakeLists.txt +++ b/ApplicationLibCode/GeoMech/OdbReader/CMakeLists.txt @@ -1,11 +1,5 @@ project(RifOdbReader) -# Unity Build -if(RESINSIGHT_ENABLE_UNITY_BUILD) - message("Cmake Unity build is enabled on : ${PROJECT_NAME}") - set(CMAKE_UNITY_BUILD true) -endif() - if(MSVC) add_definitions(-DHKS_NT) add_definitions(-DABQ_WIN86_64)