Skip to content

Commit c996610

Browse files
authored
Merge pull request #685 from paperchalice/quote
Quote header list when finding bcrypt
2 parents 5c73ba8 + b508028 commit c996610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ endif()
122122
if(MSVC)
123123
cmake_push_check_state()
124124
set(CMAKE_REQUIRED_LIBRARIES bcrypt)
125-
check_symbol_exists(BCryptGenRandom Windows.h;bcrypt.h BCRYPT_AVAILABLE)
125+
check_symbol_exists(BCryptGenRandom "Windows.h;bcrypt.h" BCRYPT_AVAILABLE)
126126
cmake_pop_check_state()
127127
if(BCRYPT_AVAILABLE)
128128
target_link_libraries(${PROJECT_NAME} PRIVATE Bcrypt)

0 commit comments

Comments
 (0)