Fix config.h location problem

This commit is contained in:
2024-03-09 12:27:05 +01:00
parent 635ef22520
commit 0b65e34772
5 changed files with 10 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
configure_file(
"config.h.in"
"${CMAKE_BINARY_DIR}/configured_files/include/config.h" ESCAPE_QUOTES
"${CMAKE_BINARY_DIR}/configured_files/include/bayesnet/config.h" ESCAPE_QUOTES
)