From 9c4287fc51f5e9b6b7f413c24bfd096ad13c8fc4 Mon Sep 17 00:00:00 2001 From: Jonathan Bentz Date: Thu, 19 Dec 2024 13:20:48 -0600 Subject: [PATCH] one more fix on guarding Linux --- .../EGLSync_CUDAEvent_Interop/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Samples/2_Concepts_and_Techniques/EGLSync_CUDAEvent_Interop/CMakeLists.txt b/Samples/2_Concepts_and_Techniques/EGLSync_CUDAEvent_Interop/CMakeLists.txt index 040d6cdc..45fcb294 100644 --- a/Samples/2_Concepts_and_Techniques/EGLSync_CUDAEvent_Interop/CMakeLists.txt +++ b/Samples/2_Concepts_and_Techniques/EGLSync_CUDAEvent_Interop/CMakeLists.txt @@ -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() \ No newline at end of file + message(STATUS "Will not build sample EGLSync_CUDAEvent_Interop + - requires Linux OS") +endif()