From a7fcf1dafe848417c8d535b2c838af709e732a98 Mon Sep 17 00:00:00 2001 From: Ali Asadi Date: Thu, 7 Sep 2023 09:53:55 -0400 Subject: [PATCH] Fix the include dir path --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d0303b433a..45d1b41ee2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -101,7 +101,7 @@ target_link_libraries(pennylane_lightning INTERFACE ${PL_BACKEND} #simulator "${PL_BACKEND}_measurements" ) -target_include_directories(pennylane_lightning INTERFACE "$") +target_include_directories(pennylane_lightning INTERFACE "$") ##################################################### if(ENABLE_PYTHON)