Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mewim committed May 14, 2024
1 parent 31362cd commit fb18010
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/shell/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ add_executable(kuzu_shell
linenoise.cpp
shell_runner.cpp)
if (NOT MSVC)
# On Windows, rename the executable to kuzu.exe will cause an error
# "multiple rules generate src/kuzu.lib", so we do not set the output
# name for MSVC.
set_target_properties(kuzu_shell PROPERTIES OUTPUT_NAME kuzu)
endif()

Expand Down

0 comments on commit fb18010

Please sign in to comment.