From: Gbkng Date: Mon, 17 Jun 2024 18:15:35 +0000 (+0200) Subject: fix: remove ref to v8_work directory in main CMakeLists.txt X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fremove-v8-work;p=tools%2Fmedcoupling.git fix: remove ref to v8_work directory in main CMakeLists.txt --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 840bac26a..5aa9fff2a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -299,9 +299,6 @@ IF(MEDCOUPLING_BUILD_DOC) ENDIF(MEDCOUPLING_BUILD_DOC) ADD_SUBDIRECTORY(resources) -IF(MEDCOUPLING_ENABLE_PYTHON) - ADD_SUBDIRECTORY(v8_work) -ENDIF() # Configuration export # ====================