mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
cmake: put config.h to the correct location when villasnode is used as submodule
This commit is contained in:
parent
5c5adb93f3
commit
650af44620
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ endif()
|
|||
|
||||
configure_file(
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/include/villas/config.h.in
|
||||
${CMAKE_CURRENT_BINARY_DIR}/include/villas/config.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/include/villas/config.h
|
||||
)
|
||||
|
||||
# Show feature summary
|
||||
|
|
Loading…
Add table
Reference in a new issue