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 6903169 commit fa91043Copy full SHA for fa91043
sdf/CMakeLists.txt
@@ -50,7 +50,7 @@ if (GZ_PROGRAM)
50
add_custom_command(
51
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/full_${desc_ver_dash}.sdf
52
COMMAND
53
- ${CMAKE_COMMAND} -E env GZ_CONFIG_PATH=${CMAKE_BINARY_DIR}/test/conf
+ ${CMAKE_COMMAND} -E env GZ_CONFIG_PATH=${CMAKE_BINARY_DIR}/test/conf/$<CONFIG>
54
${GZ_PROGRAM}
55
ARGS sdf -d ${desc_ver} > ${CMAKE_CURRENT_BINARY_DIR}/full_${desc_ver_dash}.sdf
56
COMMENT "Generating full description for spec ${desc_ver}"
0 commit comments