Skip to content

Commit

Permalink
Change write location
Browse files Browse the repository at this point in the history
  • Loading branch information
Davknapp committed Sep 25, 2024
1 parent 4291fe4 commit 168780a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CPackConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set(CPACK_PACKAGE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/package)
set(CPACK_PACKAGE_ICON ${CMAKE_CURRENT_SOURCE_DIR}/t8code_logo.png)

# Define a variable for the version file
set(VERSION_FILE "${CMAKE_CURRENT_LIST_DIR}/version.txt")
set(VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/version.txt")


# Custom command to generate the version file
Expand Down

0 comments on commit 168780a

Please sign in to comment.