Skip to content

Commit e22dd39

Browse files
committed
Typo in CMakeLists
1 parent 3a6295f commit e22dd39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ endif(OPENGL_FOUND)
8787
option_with_default(PYTHONOCC_WRAP_DATAEXCHANGE "Compile DataExchange wrapper" ON)
8888
option_with_default(PYTHONOCC_WRAP_OCAF "Compile OCCT Application Framework wrapper" ON)
8989
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)
9292

9393
############
9494
# Python 3 #

0 commit comments

Comments
 (0)