Skip to content

Commit

Permalink
Fix generate_gui.cmake error
Browse files Browse the repository at this point in the history
Correction ligne 48, en remplacant generate_gui_add_view par generate_gui dans la ligne
- ${Python_EXECUTABLE} ${CMAKE_SOURCE_DIR}/scripts/generate_gui.py

Teste en regenerant effectivement les vues par GENERATE_VIEWS a ON dans les presets
  • Loading branch information
marcboulle committed Oct 19, 2023
1 parent 68f20b8 commit 6b69cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate_gui.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function(generate_gui_add_view ClassName ClassLabel AttributeFileName LogFile)
add_custom_command(
OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/${LogFile}
COMMAND
${Python_EXECUTABLE} ${CMAKE_SOURCE_DIR}/scripts/ generate_gui_add_view.py
${Python_EXECUTABLE} ${CMAKE_SOURCE_DIR}/scripts/generate_gui.py
${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/genere ${ARGN} ${ClassName} ${ClassLabel} ${AttributeFileName} ${LogFile}
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
VERBATIM
Expand Down

0 comments on commit 6b69cbe

Please sign in to comment.