File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,8 +87,8 @@ endif(OPENGL_FOUND)
87
87
option_with_default(PYTHONOCC_WRAP_DATAEXCHANGE "Compile DataExchange wrapper" ON )
88
88
option_with_default(PYTHONOCC_WRAP_OCAF "Compile OCCT Application Framework wrapper" ON )
89
89
option_with_default(SWIG_HIDE_WARNINGS "Check this option if you want a less verbose swig output." ON )
90
- option_with_default(OCCT_HIDE_DEPRECATED "Check this option if you want a less verbose swig output ." ON )
91
- option_with_default(PYTHONOCC_MESHDS_NUMPY "Enable using numpy to speed up mesh data source arrays." OFF )
90
+ option_with_default(OCCT_HIDE_DEPRECATED "Check this option to disable deprecation warnings for OCCT ." ON )
91
+ option_with_default(PYTHONOCC_MESHDS_NUMPY "Enable using numpy to speed up mesh data source arrays (requires numpy dev libraries and headers) ." OFF )
92
92
93
93
############
94
94
# Python 3 #
You can’t perform that action at this time.
0 commit comments