mirror of
https://github.com/opencv/opencv.git
synced 2025-08-05 22:19:14 +08:00
Merge pull request #11280 from alalek:fix_cmake_warning_ninja_pylintrc
This commit is contained in:
commit
73f4907dc0
@ -97,7 +97,11 @@ function(ocv_pylint_finalize)
|
||||
return()
|
||||
endif()
|
||||
|
||||
file(COPY "${CMAKE_SOURCE_DIR}/platforms/scripts/pylintrc" DESTINATION "${CMAKE_BINARY_DIR}")
|
||||
add_custom_command(
|
||||
OUTPUT "${CMAKE_BINARY_DIR}/pylintrc"
|
||||
COMMAND ${CMAKE_COMMAND} -E copy_if_different "${CMAKE_SOURCE_DIR}/platforms/scripts/pylintrc" "${CMAKE_BINARY_DIR}/pylintrc"
|
||||
DEPENDS "${CMAKE_SOURCE_DIR}/platforms/scripts/pylintrc"
|
||||
)
|
||||
|
||||
set(PYLINT_CONFIG_SCRIPT "")
|
||||
ocv_cmake_script_append_var(PYLINT_CONFIG_SCRIPT
|
||||
|
Loading…
Reference in New Issue
Block a user