From fca3281a5f235486103130a1bf0ee5ff3693b2d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20H=C3=B6lscher?= Date: Thu, 21 Apr 2022 20:42:09 +0200 Subject: [PATCH] fixed Error for Pool PC Setup. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e904e1c..bbc8701 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -108,4 +108,4 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/lib") # available for the sub-projects. #=============================================================================== add_subdirectory(CacheAnalysisPass) # Use your pass name here. -add_subdirectory(lib) \ No newline at end of file +#add_subdirectory(lib) \ No newline at end of file