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 2839ff5 commit c1615a5Copy full SHA for c1615a5
src/CMakeLists.txt
@@ -277,7 +277,7 @@ if ( Python3_EXECUTABLE )
277
add_custom_target( geosx_format_all_xml_files
278
COMMAND bash ${CMAKE_SOURCE_DIR}/../scripts/formatXMLFiles.bash -g ${CMAKE_BINARY_DIR}/bin/format_xml ${CMAKE_SOURCE_DIR} ${CMAKE_SOURCE_DIR}/../examples
279
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
280
- DEPENDS geosx_xml_tools
+ DEPENDS geosx_python_tools
281
)
282
283
else()
0 commit comments