File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ if(COVERAGE)
185185endif (COVERAGE)
186186
187187string (TIMESTAMP TACO_BUILD_DATE "%Y-%m-%d" )
188- configure_file ("${CMAKE_CURRENT_SOURCE_DIR} /taco/version.h.in" "${CMAKE_CURRENT_BINARY_DIR} /include/taco/version.h" @ONLY)
189- message ("Shifting ${CMAKE_CURRENT_SOURCE_DIR} /taco/version.h.in to ${CMAKE_CURRENT_BINARY_DIR} /include/taco/version.h" )
188+ configure_file ("${CMAKE_CURRENT_SOURCE_DIR} /include/ taco/version.h.in" "${CMAKE_CURRENT_BINARY_DIR} /.. /include/taco/version.h" @ONLY)
189+ message ("Shifting ${CMAKE_CURRENT_SOURCE_DIR} /include/ taco/version.h.in to ${CMAKE_CURRENT_BINARY_DIR} /.. /include/taco/version.h" )
190190install (FILES "${CMAKE_CURRENT_BINARY_DIR} /include/taco/version.h" DESTINATION "include/taco" )
191191message ("Shifting ${CMAKE_CURRENT_BINARY_DIR} /include/taco/version.h to include/taco" )
You can’t perform that action at this time.
0 commit comments