Skip to content

Commit

Permalink
CMake: remove unneeded opencascade component
Browse files Browse the repository at this point in the history
  • Loading branch information
tamiko committed Mar 25, 2024
1 parent e058045 commit 590382f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/FindDEAL_II_OPENCASCADE.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ set(_opencascade_libraries
)
if(OPENCASCADE_VERSION AND OPENCASCADE_VERSION VERSION_GREATER_EQUAL "7.8.0")
list(APPEND _opencascade_libraries
TKiDEIGES TKDESTEP TKDESTL
TKDESTEP TKDESTL
)
else()
list(APPEND _opencascade_libraries
Expand Down

0 comments on commit 590382f

Please sign in to comment.