Skip to content

Commit

Permalink
Measure: Remove Measure module as a cmake dependency of TechDraw
Browse files Browse the repository at this point in the history
This was breaking a TechDraw test case
  • Loading branch information
hlorus committed Aug 28, 2023
1 parent b94bda5 commit d34a889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cMake/FreeCAD_Helpers/CheckInterModuleDependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ macro(CheckInterModuleDependencies)
REQUIRES_MODS(BUILD_SKETCHER BUILD_PART)
REQUIRES_MODS(BUILD_SPREADSHEET BUILD_DRAFT)
REQUIRES_MODS(BUILD_START BUILD_WEB)
REQUIRES_MODS(BUILD_TECHDRAW BUILD_PART BUILD_SPREADSHEET, BUILD_MEASURE)
REQUIRES_MODS(BUILD_TECHDRAW BUILD_PART BUILD_SPREADSHEET)
endmacro(CheckInterModuleDependencies)

0 comments on commit d34a889

Please sign in to comment.