From 604a4c337a20bd8144b622535258139f5475c853 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Tue, 11 Jul 2023 19:03:27 +0100 Subject: [PATCH] Fix the broken config path --- userene/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userene/CMakeLists.txt b/userene/CMakeLists.txt index 295ad6d..de977f1 100644 --- a/userene/CMakeLists.txt +++ b/userene/CMakeLists.txt @@ -43,7 +43,7 @@ target_include_directories(userene target_include_directories(userene SYSTEM PUBLIC # We don't want the generated files from table gen # to be treated as local since the contain warnings - ${PROJECT_BINARY_DIR}/serene/include) + ${PROJECT_BINARY_DIR}/userene/include) target_link_libraries(userene PRIVATE LLVMSupport