fix windows build
This commit is contained in:
parent
3e3e165662
commit
26cd33bae6
|
@ -313,9 +313,9 @@ endif()
|
||||||
|
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
list(APPEND DEPENDENCIES_LIBRARIES shlwapi)
|
list(APPEND DEPENDENCIES_LIBRARIES shlwapi)
|
||||||
#if (NOT MSVC)
|
if (NOT MSVC)
|
||||||
# list(APPEND DEPENDENCIES_LIBRARIES -static)
|
list(APPEND DEPENDENCIES_LIBRARIES -static)
|
||||||
#endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (NOT MSVC)
|
if (NOT MSVC)
|
||||||
|
|
Loading…
Reference in a new issue