one more fix on guarding Linux

This commit is contained in:
Jonathan Bentz 2024-12-19 13:20:48 -06:00
parent 8d06d246b3
commit 9c4287fc51

View File

@ -56,5 +56,6 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
message(STATUS "OpenGL not found - will not build sample 'EGLSync_CUDAEvent_Interop'")
endif()
else()
message(STATUS "Will not build sample streamOrderedAllocationIPC - requires Linux OS")
endif()
message(STATUS "Will not build sample EGLSync_CUDAEvent_Interop
- requires Linux OS")
endif()