From 95323bc4c733b9fa2da2399e04411d6cd82086c5 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 1 Jul 2020 08:34:09 +0200 Subject: video/ps3eye: don't install sdl test --- video-ps3eye/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video-ps3eye/CMakeLists.txt b/video-ps3eye/CMakeLists.txt index 3423901b..2f0bf50b 100644 --- a/video-ps3eye/CMakeLists.txt +++ b/video-ps3eye/CMakeLists.txt @@ -22,7 +22,7 @@ if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/ps3eye-driver/CMakeLists.txt") endif() endif() -if(TARGET ps3eye-sdl) +if(TARGET ps3eye-sdl AND FALSE) install(TARGETS "ps3eye-sdl" DESTINATION "${opentrack-libexec}") if(WIN32) foreach(k ${SDL2_LIBRARIES}) -- cgit v1.2.3