diff options
| author | 0scar <qgt268@alumni.ku.dk> | 2023-07-28 20:12:31 +0000 |
|---|---|---|
| committer | 0scar <qgt268@alumni.ku.dk> | 2023-07-28 20:12:31 +0000 |
| commit | f18b3067ebeda2e59270da3754aa928f7ab1b050 (patch) | |
| tree | 6dc3190daeefeafd6097024219180a16f85084c5 | |
| parent | 34b8c3b53bc38402e2c79ec77a486a462f76608d (diff) | |
Fix configuration bug
| -rw-r--r-- | CMakeLists.txt | 2 |
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) |
