Skip to content

Commit fa91043

Browse files
committed
Modifies path for sdf_description generation
Signed-off-by: Voldivh <[email protected]>
1 parent 6903169 commit fa91043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdf/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if (GZ_PROGRAM)
5050
add_custom_command(
5151
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/full_${desc_ver_dash}.sdf
5252
COMMAND
53-
${CMAKE_COMMAND} -E env GZ_CONFIG_PATH=${CMAKE_BINARY_DIR}/test/conf
53+
${CMAKE_COMMAND} -E env GZ_CONFIG_PATH=${CMAKE_BINARY_DIR}/test/conf/$<CONFIG>
5454
${GZ_PROGRAM}
5555
ARGS sdf -d ${desc_ver} > ${CMAKE_CURRENT_BINARY_DIR}/full_${desc_ver_dash}.sdf
5656
COMMENT "Generating full description for spec ${desc_ver}"

0 commit comments

Comments
 (0)