Skip to content

Commit

Permalink
Fix the name of perf tests' precompiled header.
Browse files Browse the repository at this point in the history
(cherry picked from commit aa96d8d)
  • Loading branch information
Roman Donchenko committed Aug 20, 2013
1 parent adc1dd2 commit 9667a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/OpenCVModule.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,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})
Expand Down

0 comments on commit 9667a8a

Please sign in to comment.