Disable mpriscontrol plugin on Mac
This commit is contained in:
parent
b165a03909
commit
b82b88840d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue