Skip to content

Commit

Permalink
Don't enable djinterop on Apple builds due to lack of std::optional s…
Browse files Browse the repository at this point in the history
…upport
  • Loading branch information
mr-smidge committed Jul 11, 2020
1 parent a945e63 commit fb83912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1439,7 +1439,7 @@ if(WIN32)
endif()

# libdjinterop (enabled only on UNIX for now)
cmake_dependent_option(DJINTEROP "Use djinterop library" ON "UNIX" OFF)
cmake_dependent_option(DJINTEROP "Use djinterop library" ON "UNIX;NOT APPLE" OFF)
if(DJINTEROP)
message(STATUS "Enabling djinterop support...")
target_compile_definitions(mixxx-lib PUBLIC __DJINTEROP__)
Expand Down

0 comments on commit fb83912

Please sign in to comment.