mirror of
https://github.com/taglib/taglib.git
synced 2025-07-14 02:54:27 -04:00
Fixed shlwapi.h and shlwapi.lib detection for MSVC
This commit is contained in:
@ -219,7 +219,7 @@ endif()
|
||||
|
||||
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules)
|
||||
|
||||
if(WIN32)
|
||||
if(WIN32 AND NOT MSVC)
|
||||
find_package(SHLWAPI)
|
||||
if(SHLWAPI_FOUND)
|
||||
set(HAVE_SHLWAPI 1)
|
||||
|
Reference in New Issue
Block a user