Skip to content

Commit 659db64

Browse files
Set savedir when creating id.txt
1 parent 922ebff commit 659db64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win32/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ install(TARGETS id
5252

5353
add_custom_target(doc-file ALL SOURCES "${CMAKE_CURRENT_BINARY_DIR}/id.txt")
5454
add_custom_command(OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/id.txt"
55-
COMMAND id makedoc
55+
COMMAND id savedir=. makedoc
5656
COMMENT "Building documentation text file"
5757
WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}"
5858
DEPENDS native-help

0 commit comments

Comments
 (0)