We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c73ba8 commit b508028Copy full SHA for b508028
CMakeLists.txt
@@ -122,7 +122,7 @@ endif()
122
if(MSVC)
123
cmake_push_check_state()
124
set(CMAKE_REQUIRED_LIBRARIES bcrypt)
125
- check_symbol_exists(BCryptGenRandom Windows.h;bcrypt.h BCRYPT_AVAILABLE)
+ check_symbol_exists(BCryptGenRandom "Windows.h;bcrypt.h" BCRYPT_AVAILABLE)
126
cmake_pop_check_state()
127
if(BCRYPT_AVAILABLE)
128
target_link_libraries(${PROJECT_NAME} PRIVATE Bcrypt)
0 commit comments