From 413a8881f997100b8c254e51066094a2d527e395 Mon Sep 17 00:00:00 2001 From: jonjenssen Date: Tue, 6 Feb 2024 00:40:51 +0100 Subject: [PATCH] Some cleanup --- ApplicationLibCode/UnitTests/CMakeLists.txt | 2 +- ApplicationLibCode/UnitTests/main.cpp | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/ApplicationLibCode/UnitTests/CMakeLists.txt b/ApplicationLibCode/UnitTests/CMakeLists.txt index 7309a87a3c..f42bc1abf5 100644 --- a/ApplicationLibCode/UnitTests/CMakeLists.txt +++ b/ApplicationLibCode/UnitTests/CMakeLists.txt @@ -146,7 +146,7 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Linux") endif() set(LINK_LIBRARIES ApplicationLibCode Commands RigGeoMechDataModel - RifGeoMechFileInterface ${THIRD_PARTY_LIBRARIES} + RifGeoMechFileInterface ${THIRD_PARTY_LIBRARIES} ${OPENGL_LIBRARIES} ) if(RESINSIGHT_ENABLE_GRPC) diff --git a/ApplicationLibCode/UnitTests/main.cpp b/ApplicationLibCode/UnitTests/main.cpp index b38f03766f..e32bf53bef 100644 --- a/ApplicationLibCode/UnitTests/main.cpp +++ b/ApplicationLibCode/UnitTests/main.cpp @@ -20,8 +20,6 @@ #include "RiaConsoleApplication.h" -#include "RimProject.h" - //-------------------------------------------------------------------------------------------------- /// //--------------------------------------------------------------------------------------------------