mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2025-04-10 18:22:11 +01:00
one more fix on guarding Linux
This commit is contained in:
parent
8d06d246b3
commit
9c4287fc51
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user