diff options
| author | Jonathan Roelofs <jonathan@codesourcery.com> | 2015-11-10 22:59:18 +0000 |
|---|---|---|
| committer | Jonathan Roelofs <jonathan@codesourcery.com> | 2015-11-10 22:59:18 +0000 |
| commit | a3219a70bee76f4a811bd48d3e4fa0de424a9b75 (patch) | |
| tree | eae7bbf3b17641c97eaa5ed9a9cc07e8915eb4cd | |
| parent | 6d63764ce6e17ab2274a6a7878d57020d02b665d (diff) | |
| download | bcm5719-llvm-a3219a70bee76f4a811bd48d3e4fa0de424a9b75.tar.gz bcm5719-llvm-a3219a70bee76f4a811bd48d3e4fa0de424a9b75.zip | |
Fix build
llvm-svn: 252667
| -rw-r--r-- | clang/tools/scan-view/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/tools/scan-view/CMakeLists.txt b/clang/tools/scan-view/CMakeLists.txt index d7561f90bd4..91d3ab4fc50 100644 --- a/clang/tools/scan-view/CMakeLists.txt +++ b/clang/tools/scan-view/CMakeLists.txt @@ -33,7 +33,7 @@ if(CLANG_INSTALL_SCANVIEW) ${CMAKE_BINARY_DIR}/share/scan-view/ DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/Resources/${ResourceFile}) list(APPEND Depends ${CMAKE_BINARY_DIR}/share/scan-view/${ResourceFile}) - install(FILES ${ResourceFile} DESTINATION share/scan-view) + install(FILES Resources/${ResourceFile} DESTINATION share/scan-view) endforeach() add_custom_target(scan-view ALL DEPENDS ${Depends}) |

