We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf2c275 commit b42581bCopy full SHA for b42581b
cmake/FindOpenCASCADE.cmake
@@ -46,7 +46,7 @@ if(NOT OCC_INCLUDE_DIR AND NOT OCC_LIBRARY_DIR)
46
)
47
endif()
48
49
- if(OpenCASCADE_VERSION VERSION_LESS "7.9.0")
+ if(OpenCASCADE_VERSION VERSION_LESS "7.9.0" AND WIN32)
50
# Bug in OCCT cmake configs < 7.9.0 - missing linked library.
51
list(APPEND OpenCASCADE_LIBRARIES WSOCK32.lib)
52
0 commit comments