Skip to content

Commit 0ae3de8

Browse files
RyeMuttakleshchev
authored andcommitted
Fix cmake to ${CMAKE_COMMAND} to avoid cmake error
1 parent 012c070 commit 0ae3de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indra/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ if (LL_TESTS)
114114
# but the CMake $<TARGET_FILE_DIR> generator expression isn't evaluated by
115115
# CREATE_LINK, so fudge it.
116116
add_custom_command( TARGET lltest POST_BUILD
117-
COMMAND cmake -E create_symlink ${SHARED_LIB_STAGING_DIR} ${CMAKE_BINARY_DIR}/test/Resources
117+
COMMAND ${CMAKE_COMMAND} -E create_symlink ${SHARED_LIB_STAGING_DIR} ${CMAKE_BINARY_DIR}/test/Resources
118118
)
119119
endif()
120120
endif (LL_TESTS)

0 commit comments

Comments
 (0)