diff --git a/renderdoc/driver/ihv/nv/CMakeLists.txt b/renderdoc/driver/ihv/nv/CMakeLists.txt index 13a026b0a..d579e7cda 100644 --- a/renderdoc/driver/ihv/nv/CMakeLists.txt +++ b/renderdoc/driver/ihv/nv/CMakeLists.txt @@ -3,7 +3,7 @@ set(sources nv_aftermath.cpp) # only include counters on normal windows/linux platforms, others just get aftermath stubs -if(NOT ANDROID AND NOT ENABLE_APPLE) +if(NOT ANDROID AND NOT APPLE) list(APPEND sources nv_counter_enumerator.cpp nv_counter_enumerator.h