Skip to content

Commit

Permalink
Fixup macos
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal committed Apr 30, 2023
1 parent 090115d commit 3661e85
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion application/testing/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,9 @@ if(F3D_PLUGIN_BUILD_OCCT)
f3d_test(NAME TestIGES DATA f3d.igs DEFAULT_LIGHTS ARGS --load-plugins=occt --up=+Z)

# Following tests are failing if OpenCascade was built without coloring support
if(NOT F3D_MACOS_BUNDLE)
# They are also failing with F3D_MACOS_BUNDLE because of config file mechanism
# and failing more generally on macOS because of #795
if(NOT F3D_MACOS_BUNDLE AND NOT APPLE)
file(COPY "${CMAKE_SOURCE_DIR}/plugins/occt/configs/config.d/" DESTINATION "${CMAKE_BINARY_DIR}/share/f3d/configs/config_build.d")
f3d_test(NAME TestDefaultConfigFileOCCT DATA f3d.stp CONFIG config_build DEFAULT_LIGHTS)

Expand Down

0 comments on commit 3661e85

Please sign in to comment.