diff --git a/samples/gpu/CMakeLists.txt b/samples/gpu/CMakeLists.txt index 6085cac3dfbfaeeb32f9b1b4db68ffe9d1a02c6a..852a8c2da8f1e2314e922449d42b614f0af1d764 100644 --- a/samples/gpu/CMakeLists.txt +++ b/samples/gpu/CMakeLists.txt @@ -97,7 +97,7 @@ endif() if(INSTALL_C_EXAMPLES AND NOT WIN32) file(GLOB install_list *.c *.cpp *.jpg *.png *.data makefile.* build_all.sh *.dsp *.cmd ) if(NOT WITH_OPENGL) - list(REMOVE_ITEM all_samples "opengl.cpp") + list(REMOVE_ITEM install_list "opengl.cpp") endif(NOT WITH_OPENGL) install(FILES ${install_list} DESTINATION ${OPENCV_SAMPLES_SRC_INSTALL_PATH}/gpu