From fd0bbf817064cf834c0237f814a2f612c0a5a9ae Mon Sep 17 00:00:00 2001 From: Bechir Braham Date: Mon, 11 Mar 2024 17:47:52 +0100 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 59a3c34..e000e6e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -87,5 +87,3 @@ target_link_libraries(example PUBLIC aare) if(AARE_PYTHON_BINDINGS) add_subdirectory(python) endif() - -set(ENV{PROJECT_ROOT_DIR} ${PROJECT_SOURCE_DIR})