diff --git a/qrenderdoc/CMakeLists.txt b/qrenderdoc/CMakeLists.txt index dc996e5e7..476ddfb9f 100644 --- a/qrenderdoc/CMakeLists.txt +++ b/qrenderdoc/CMakeLists.txt @@ -173,7 +173,7 @@ add_custom_command(OUTPUT QRenderDoc add_custom_target(build-qrenderdoc ALL DEPENDS QRenderDoc DEPENDS renderdoc) # Build python modules - primarily used for constructing documentation -if(UNIX) +if(UNIX AND NOT APPLE) add_subdirectory(Code/pyrenderdoc) endif()