7 lines
327 B
Diff
Raw Normal View History

2022-01-25 17:09:44 +09:00
--- a/SetPath.cmake
+++ b/SetPath.cmake
@@ -1,2 +1,2 @@
-configure_file(${CMAKE_CURRENT_SOURCE_DIR}/../src/Variables.h.in ${CMAKE_CURRENT_SOURCE_DIR}/../src/Variables.h)
+configure_file(${CMAKE_CURRENT_SOURCE_DIR}/src/Variables.h.in ${CMAKE_CURRENT_SOURCE_DIR}/src/Variables.h)
message("Data path was set") # For testing only