We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 243fb7c commit 02e69a9Copy full SHA for 02e69a9
1 file changed
CMakeLists.txt
@@ -116,7 +116,8 @@ if(DEFINED OCE_INCLUDE_PATH)
116
# find OCE automatically
117
else(OCE_INCLUDE_PATH)
118
find_package(OCE 0.18 REQUIRED)
119
- set(CMAKE_SWIG_FLAGS ${CMAKE_SWIG_FLAGS} -DOCC_VERSION_HEX=0x060901) # oce0.17.2
+ # OCE 0.18 relies on OCC 6.9.1
120
+ set(CMAKE_SWIG_FLAGS ${CMAKE_SWIG_FLAGS} -DOCC_VERSION_HEX=0x060901)
121
if(OCE_FOUND)
122
message(STATUS "OpenCASCADE Community Edition (OCE) found.")
123
include_directories(${OCE_INCLUDE_DIRS})
0 commit comments