We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 012c070 commit 0ae3de8Copy full SHA for 0ae3de8
indra/test/CMakeLists.txt
@@ -114,7 +114,7 @@ if (LL_TESTS)
114
# but the CMake $<TARGET_FILE_DIR> generator expression isn't evaluated by
115
# CREATE_LINK, so fudge it.
116
add_custom_command( TARGET lltest POST_BUILD
117
- 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
118
)
119
endif()
120
endif (LL_TESTS)
0 commit comments