Skip to content

Commit

Permalink
Merge pull request opencv#1305 from SpecLad:perf-precomp
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Donchenko authored and OpenCV Buildbot committed Aug 21, 2013
2 parents ebb6c84 + 9667a8a commit ad7073b
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 ad7073b

Please sign in to comment.