From 259ada849e24dc7dcb24708e59aea999a91dfce6 Mon Sep 17 00:00:00 2001 From: Gbkng Date: Mon, 17 Jun 2024 20:15:35 +0200 Subject: [PATCH] fix: remove ref to v8_work directory in main CMakeLists.txt --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) 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 # ==================== -- 2.39.2