8000 add bcrypt.lib to make uuid work · arangodb/arangodb@af2f18f · GitHub
[go: up one dir, main page]

Skip to content

Commit af2f18f

Browse files
committed
add bcrypt.lib to make uuid work
1 parent 11efd12 commit af2f18f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arangod/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,10 @@ target_link_libraries(arangoserver
585585
${SYSTEM_LIBRARIES}
586586
)
587587

588+
if (MSVC)
589+
target_link_libraries(arangoserver Bcrypt.lib)
590+
endif()
591+
588592
if (USE_ENTERPRISE)
589593
target_compile_definitions(arangoserver PUBLIC "-DUSE_ENTERPRISE=1")
590594
target_include_directories(arangoserver PUBLIC "${PROJECT_SOURCE_DIR}/${ENTERPRISE_INCLUDE_DIR}")

0 commit comments

Comments
 (0)
0