Skip to content

Commit c1615a5

Browse files
alexbenedictoherve-grossjhuang2601
authored
Correct DEPENDS Cmake target with a valid one (#3865)
Co-authored-by: Herve Gross <[email protected]> Co-authored-by: Jian Huang <[email protected]>
1 parent 2839ff5 commit c1615a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ if ( Python3_EXECUTABLE )
277277
add_custom_target( geosx_format_all_xml_files
278278
COMMAND bash ${CMAKE_SOURCE_DIR}/../scripts/formatXMLFiles.bash -g ${CMAKE_BINARY_DIR}/bin/format_xml ${CMAKE_SOURCE_DIR} ${CMAKE_SOURCE_DIR}/../examples
279279
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
280-
DEPENDS geosx_xml_tools
280+
DEPENDS geosx_python_tools
281281
)
282282

283283
else()

0 commit comments

Comments
 (0)