From: Roman Donchenko Date: Tue, 20 Aug 2013 08:51:33 +0000 (+0400) Subject: Fix the name of perf tests' precompiled header. X-Git-Tag: submit/tizen_ivi/20141117.190038~2^2~963^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aa96d8d053c3d0c367da7c1c1f9c73ed376b3bfa;p=profile%2Fivi%2Fopencv.git Fix the name of perf tests' precompiled header. --- diff --git a/cmake/OpenCVModule.cmake b/cmake/OpenCVModule.cmake index 816758d..5556d52 100644 --- a/cmake/OpenCVModule.cmake +++ b/cmake/OpenCVModule.cmake @@ -648,7 +648,7 @@ function(ocv_add_perf_tests) set(OPENCV_PERF_${the_module}_SOURCES ${perf_srcs} ${perf_hdrs}) endif() - get_native_precompiled_header(${the_target} test_precomp.hpp) + get_native_precompiled_header(${the_target} perf_precomp.hpp) add_executable(${the_target} ${OPENCV_PERF_${the_module}_SOURCES} ${${the_target}_pch}) target_link_libraries(${the_target} ${OPENCV_MODULE_${the_module}_DEPS} ${perf_deps} ${OPENCV_LINKER_LIBS})