File tree Expand file tree Collapse file tree 2 files changed +25
-8
lines changed
Expand file tree Collapse file tree 2 files changed +25
-8
lines changed Original file line number Diff line number Diff line change 22# Copyright (C) 2020 Advanced Micro Devices, Inc.
33# ######################################################################################################################
44
5- install_dir(${TEST_DIR} /analyze TARGETS analyze analyze)
5+ if (WIN32 )
6+ install_dir(${TEST_DIR} /analyze)
67
78install_dir(
89 ${TEST_DIR} /analyze
9- CMAKE_ARGS -DCLANG_TIDY_CACHE_SIZE=0 -DROCM_ENABLE_GH_ANNOTATIONS=On
10- TARGETS analyze analyze)
10+ CMAKE_ARGS -DCLANG_TIDY_CACHE_SIZE=0 -DROCM_ENABLE_GH_ANNOTATIONS=On )
11+
12+ else ()
13+ install_dir(${TEST_DIR} /analyze TARGETS analyze analyze)
14+
15+ install_dir(
16+ ${TEST_DIR} /analyze
17+ CMAKE_ARGS -DCLANG_TIDY_CACHE_SIZE=0 -DROCM_ENABLE_GH_ANNOTATIONS=On
18+ TARGETS analyze analyze)
19+ endif ()
Original file line number Diff line number Diff line change 22# Copyright (C) 2017 Advanced Micro Devices, Inc.
33# ######################################################################################################################
44
5- install_dir(${TEST_DIR} /analyze TARGETS analyze analyze)
5+ if (WIN32 )
6+ install_dir(${TEST_DIR} /analyze)
67
7- install_dir(
8- ${TEST_DIR} /analyze
9- CMAKE_ARGS -DCLANG_TIDY_CACHE_SIZE=0
10- TARGETS analyze analyze)
8+ install_dir(
9+ ${TEST_DIR} /analyze
10+ CMAKE_ARGS -DCLANG_TIDY_CACHE_SIZE=0)
11+ else ()
12+ install_dir(${TEST_DIR} /analyze TARGETS analyze analyze)
13+
14+ install_dir(
15+ ${TEST_DIR} /analyze
16+ CMAKE_ARGS -DCLANG_TIDY_CACHE_SIZE=0
17+ TARGETS analyze analyze)
18+ endif ()
You can’t perform that action at this time.
0 commit comments