Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
abedra authored Sep 8, 2023
1 parent f2eaf4b commit 4de0031
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ endif(CURL_FOUND)
include(GNUInstallDirs)
include_directories("${PROJECT_SOURCE_DIR}/lib")

IF (WIN32)
RUNTIME_OUTPUT_NAME("VaultClient")
ENDIF()
if(WIN32)
set_target_properties(vault PROPERTIES RUNTIME_OUTPUT_NAME "VaultClient")
endif()

add_library(
vault
Expand Down

0 comments on commit 4de0031

Please sign in to comment.