summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2020-07-01 08:34:09 +0200
committerStanislaw Halik <sthalik@misaki.pl>2020-07-01 08:34:09 +0200
commit95323bc4c733b9fa2da2399e04411d6cd82086c5 (patch)
tree7770591667c0c7fa6632b3dc8deb4fe21616d4cc
parenta60226b43adfc1d1343ffa1063e537c1e230db39 (diff)
video/ps3eye: don't install sdl test
-rw-r--r--video-ps3eye/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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})