diff options
| author | Rye <rye@alchemyviewer.org> | 2025-08-27 23:05:58 -0400 |
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-09-02 19:50:57 +0300 |
| commit | 0ae3de8f1e78dc74914ea70e725c8324390f3e97 (patch) | |
| tree | 827aef11025d37a2a343b9a11451020fc9f8ce71 /indra | |
| parent | 012c0705bd30510167c3cb86343cccb72d23bf71 (diff) | |
Fix cmake to ${CMAKE_COMMAND} to avoid cmake error
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/test/CMakeLists.txt b/indra/test/CMakeLists.txt index 745c0eedf8..f80286a630 100644 --- a/indra/test/CMakeLists.txt +++ b/indra/test/CMakeLists.txt @@ -114,7 +114,7 @@ if (LL_TESTS) # but the CMake $<TARGET_FILE_DIR> generator expression isn't evaluated by # CREATE_LINK, so fudge it. add_custom_command( TARGET lltest POST_BUILD - COMMAND cmake -E create_symlink ${SHARED_LIB_STAGING_DIR} ${CMAKE_BINARY_DIR}/test/Resources + COMMAND ${CMAKE_COMMAND} -E create_symlink ${SHARED_LIB_STAGING_DIR} ${CMAKE_BINARY_DIR}/test/Resources ) endif() endif (LL_TESTS) |
