summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
author0scar <qgt268@alumni.ku.dk>2023-07-28 20:12:31 +0000
committer0scar <qgt268@alumni.ku.dk>2023-07-28 20:12:31 +0000
commitf18b3067ebeda2e59270da3754aa928f7ab1b050 (patch)
tree6dc3190daeefeafd6097024219180a16f85084c5 /CMakeLists.txt
parent34b8c3b53bc38402e2c79ec77a486a462f76608d (diff)
Fix configuration bug
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 439d017..d0751cf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -106,7 +106,7 @@ target_compile_definitions(${PROJECT_NAME} PUBLIC
configure_file(${CMAKE_CURRENT_LIST_DIR}/tools/cmake/list_of_states.h.in
- ${CMAKE_BINARY_DIR}/include/states/list_of_states.h.in)
+ ${CMAKE_BINARY_DIR}/include/states/list_of_states.h)
configure_file(${CMAKE_CURRENT_LIST_DIR}/tools/cmake/all_states.h.in
${CMAKE_BINARY_DIR}/include/states/all_states.h)