mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
cmake: fix invalid paths
This commit is contained in:
parent
2aa4fbbfa9
commit
75f994f61d
1 changed files with 2 additions and 2 deletions
|
@ -55,8 +55,8 @@ endif()
|
|||
target_include_directories(villas-common PUBLIC
|
||||
${OPENSSL_INCLUDE_DIR}
|
||||
${CURL_INCLUDE_DIRS}
|
||||
${CMAKE_BINARY_DIR}/include
|
||||
${CMAKE_SOURCE_DIR}/include
|
||||
${PROJECT_BINARY_DIR}/include
|
||||
${PROJECT_SOURCE_DIR}/include
|
||||
${PROJECT_SOURCE_DIR}/thirdparty/spdlog/include
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue