From 2eea1d0cdef6d6e8a2bf298652e93f69e39f7de4 Mon Sep 17 00:00:00 2001 From: Indev Date: Thu, 10 Oct 2024 20:59:05 +0300 Subject: [PATCH] Those were not necessary oops --- src/ACS/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ACS/CMakeLists.txt b/src/ACS/CMakeLists.txt index 6caca8ce4..f90e9492a 100644 --- a/src/ACS/CMakeLists.txt +++ b/src/ACS/CMakeLists.txt @@ -177,13 +177,10 @@ include_directories(.) add_subdirectory(ACSVM) -include_directories(CAPI) add_subdirectory(CAPI) -include_directories(Exec) add_subdirectory(Exec) -include_directories(Util) add_subdirectory(Util) ## EOF