Skip to content

Commit

Permalink
Some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjenssen committed Feb 5, 2024
1 parent d1af778 commit 413a888
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion ApplicationLibCode/UnitTests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 0 additions & 2 deletions ApplicationLibCode/UnitTests/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@

#include "RiaConsoleApplication.h"

#include "RimProject.h"

//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 413a888

Please sign in to comment.