Disable mpriscontrol plugin on Mac

This commit is contained in:
Albert Vaca Cintora 2023-07-26 22:10:32 +02:00
parent b165a03909
commit b82b88840d

View file

@ -20,7 +20,7 @@ endif()
add_subdirectory(presenter)
if((WIN32 AND MSVC AND (${CMAKE_SYSTEM_VERSION} VERSION_GREATER_EQUAL 10.0.17763.0)) OR NOT WIN32)
if((WIN32 AND MSVC AND (${CMAKE_SYSTEM_VERSION} VERSION_GREATER_EQUAL 10.0.17763.0)) OR (NOT WIN32 AND NOT APPLE))
add_subdirectory(mpriscontrol)
endif()
add_subdirectory(photo)