Skip to content
Snippets Groups Projects
Commit 09a5399f authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

cmake bugfix PLUGIN_NAME->PROJECT_NAME

parent 472e71f5
No related branches found
No related tags found
1 merge request!26cmake fixes
Pipeline #12271 passed
......@@ -160,7 +160,7 @@ install(
${LIB_INSTALL_DIR}/${PROJECT_NAME}/cmake
)
target_include_directories(${PLUGIN_NAME} PUBLIC
target_include_directories(${PROJECT_NAME} PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
$<BUILD_INTERFACE:${PROJECT_BINARY_DIR}/conf>
$<INSTALL_INTERFACE:${INCLUDE_INSTALL_DIR}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment