CMAKE: moved GNA var setting to proper place; removed find_package when build python...
[platform/upstream/dldt.git] / inference-engine / cmake / cpplint_merge.cmake
1 # Copyright (C) 2018-2019 Intel Corporation
2 # SPDX-License-Identifier: Apache-2.0
3 #
4
5 file(WRITE "${FINAL_OUTPUT_FILE}" "")
6
7 foreach(output_file IN LISTS OUTPUT_FILES)
8     file(READ "${output_file}" cur_file_content)
9     file(APPEND "${FINAL_OUTPUT_FILE}" "${cur_file_content}\n")
10 endforeach()