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()