Skip to content

Commit

Permalink
Set savedir when creating id.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
LegalizeAdulthood committed Sep 3, 2024
1 parent 922ebff commit 659db64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win32/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ install(TARGETS id

add_custom_target(doc-file ALL SOURCES "${CMAKE_CURRENT_BINARY_DIR}/id.txt")
add_custom_command(OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/id.txt"
COMMAND id makedoc
COMMAND id savedir=. makedoc
COMMENT "Building documentation text file"
WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}"
DEPENDS native-help
Expand Down

0 comments on commit 659db64

Please sign in to comment.