Skip to content

Commit

Permalink
Fix the include dir path
Browse files Browse the repository at this point in the history
  • Loading branch information
maliasadi committed Sep 7, 2023
1 parent 5dbb659 commit a7fcf1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ target_link_libraries(pennylane_lightning INTERFACE ${PL_BACKEND} #simulator
"${PL_BACKEND}_measurements"
)

target_include_directories(pennylane_lightning INTERFACE "$<INSTALL_INTERFACE:${PROJECT_SOURCE_DIR}/pennylane_lightning/src;include>")
target_include_directories(pennylane_lightning INTERFACE "$<INSTALL_INTERFACE:${PROJECT_SOURCE_DIR}/pennylane_lightning/core/src;include>")

#####################################################
if(ENABLE_PYTHON)
Expand Down

0 comments on commit a7fcf1d

Please sign in to comment.