File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -465,12 +465,8 @@ endmacro()
465465# include directories before HANDLE_SOURCES globs them for Fypp.
466466find_package (Python3 REQUIRED COMPONENTS Interpreter )
467467set (_mfc_gen_stamp "${CMAKE_BINARY_DIR} /mfc_params_gen.stamp" )
468- set (_mfc_gen_inputs
469- "${CMAKE_CURRENT_SOURCE_DIR} /toolchain/mfc/params/generators/cmake_gen.py"
470- "${CMAKE_CURRENT_SOURCE_DIR} /toolchain/mfc/params/generators/fortran_gen.py"
471- "${CMAKE_CURRENT_SOURCE_DIR} /toolchain/mfc/params/definitions.py"
472- "${CMAKE_CURRENT_SOURCE_DIR} /toolchain/mfc/params/registry.py"
473- "${CMAKE_CURRENT_SOURCE_DIR} /toolchain/mfc/params/schema.py"
468+ file (GLOB_RECURSE _mfc_gen_inputs
469+ "${CMAKE_CURRENT_SOURCE_DIR} /toolchain/mfc/params/*.py"
474470)
475471set (_mfc_needs_regen FALSE )
476472if (NOT EXISTS "${_mfc_gen_stamp} " )
You can’t perform that action at this time.
0 commit comments