From e22dd3994ac665d0b93d2dabe46a054e9702c541 Mon Sep 17 00:00:00 2001 From: Thomas Paviot Date: Sat, 25 May 2024 05:20:09 +0200 Subject: [PATCH] Typo in CMakeLists --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index becd4673a..6d0bc0bc1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -87,8 +87,8 @@ endif(OPENGL_FOUND) option_with_default(PYTHONOCC_WRAP_DATAEXCHANGE "Compile DataExchange wrapper" ON) option_with_default(PYTHONOCC_WRAP_OCAF "Compile OCCT Application Framework wrapper" ON) option_with_default(SWIG_HIDE_WARNINGS "Check this option if you want a less verbose swig output." ON) -option_with_default(OCCT_HIDE_DEPRECATED "Check this option if you want a less verbose swig output." ON) -option_with_default(PYTHONOCC_MESHDS_NUMPY "Enable using numpy to speed up mesh data source arrays." OFF) +option_with_default(OCCT_HIDE_DEPRECATED "Check this option to disable deprecation warnings for OCCT." ON) +option_with_default(PYTHONOCC_MESHDS_NUMPY "Enable using numpy to speed up mesh data source arrays (requires numpy dev libraries and headers)." OFF) ############ # Python 3 #