diff options
author | Nicky Dasmijn <nicky.dasmijn@posteo.nl> | 2022-09-17 17:39:00 +0200 |
---|---|---|
committer | Nicky Dasmijn <nicky.dasmijn@posteo.nl> | 2022-09-17 17:39:00 +0200 |
commit | b33de4fb086b6599d1f96d7a582700ec3c04448d (patch) | |
tree | 7fcfaaf61fad6d53a75637c49294ceb3d8a9af35 /indra | |
parent | e840b5eb40edbac8e72054256112deeaf5c580c2 (diff) | |
parent | 9af15d2cb73e8907fb2a7dea42374142c272c3bc (diff) |
Merge branch 'DRTVWR-568_cmake' of bitbucket.org:NickyD/viewer-cmake into DRTVWR-568_cmake
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 74faf3d1b6..6bddea25a1 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -1830,7 +1830,7 @@ if (WINDOWS) ) add_custom_target(llpackage ALL DEPENDS - ${CMAKE_CURRENT_BINARY_DIR}/$<IF:$<BOOL:${LL_GENERATOR_IS_MULTI_CONFIG}>,$<CONFIG>,>/touched.bat + ${CMAKE_CFG_INTDIR}/touched.bat ) # temporarily disable packaging of event_host until hg subrepos get # sorted out on the parabuild cluster... |