We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3b0b9b commit 73e84d6Copy full SHA for 73e84d6
CMakeLists.txt
@@ -186,6 +186,4 @@ endif(COVERAGE)
186
187
string(TIMESTAMP TACO_BUILD_DATE "%Y-%m-%d")
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")
190
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/../include/taco/version.h" DESTINATION "include/taco")
191
-message("Shifting ${CMAKE_CURRENT_BINARY_DIR}/include/taco/version.h to include/taco")
0 commit comments