mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-28 03:34:05 -06:00
boost needs bcrypt.lib for all versions of Windows.
This commit is contained in:
parent
9921ab22a2
commit
f5be842c2e
@ -231,7 +231,7 @@ add_library (gncmod-engine
|
||||
|
||||
# Add dependency on swig-runtime.h and iso-4217-currencies.c
|
||||
add_dependencies (gncmod-engine swig-runtime-h iso-4217-c)
|
||||
if (WIN32 AND ${CMAKE_HOST_SYSTEM_VERSION} VERSION_LESS "10.0")
|
||||
if (WIN32)
|
||||
set(BCRYPT "bcrypt.lib")
|
||||
else()
|
||||
set(BCRYPT "")
|
||||
|
Loading…
Reference in New Issue
Block a user