Skip to content

Commit

Permalink
Fixes by cmake-format
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjenssen committed Feb 6, 2024
1 parent 413a888 commit 309c9dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ApplicationLibCode/UnitTests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,9 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
list(APPEND THIRD_PARTY_LIBRARIES rt atomic)
endif()

set(LINK_LIBRARIES ApplicationLibCode Commands RigGeoMechDataModel
RifGeoMechFileInterface ${THIRD_PARTY_LIBRARIES} ${OPENGL_LIBRARIES}
set(LINK_LIBRARIES
ApplicationLibCode Commands RigGeoMechDataModel RifGeoMechFileInterface
${THIRD_PARTY_LIBRARIES} ${OPENGL_LIBRARIES}
)

if(RESINSIGHT_ENABLE_GRPC)
Expand Down

0 comments on commit 309c9dd

Please sign in to comment.