diff options
author | Nicky <nicky.dasmijn@gmail.com> | 2022-05-07 02:19:51 +0200 |
---|---|---|
committer | Nicky <nicky.dasmijn@gmail.com> | 2022-05-07 02:19:51 +0200 |
commit | 767464a2627036e8a16ac323c886e0a1712e0a5f (patch) | |
tree | 1ac3aa2ba874ad52f024bf01ed3f6414061828f9 /indra/llcorehttp | |
parent | 932455384b2a11efa6958e8bafc91f345e8c4094 (diff) |
Adapt gnerator expression usage to work on OSX.
Diffstat (limited to 'indra/llcorehttp')
-rw-r--r-- | indra/llcorehttp/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcorehttp/CMakeLists.txt b/indra/llcorehttp/CMakeLists.txt index 481e58993a..08139910d3 100644 --- a/indra/llcorehttp/CMakeLists.txt +++ b/indra/llcorehttp/CMakeLists.txt @@ -135,7 +135,7 @@ if (LL_TESTS AND LLCOREHTTP_TESTS) if (DARWIN) # Path inside the app bundle where we'll need to copy libraries set(LL_TEST_DESTINATION_DIR - ${CMAKE_BINARY_DIR}/sharedlibs/Resources + ${CMAKE_BINARY_DIR}/sharedlibs/$<IF:$<BOOL:${LL_GENERATOR_IS_MULTI_CONFIG}>,,../>Resources ) # Create the Contents/Resources directory |