Skip to content

Commit 0dbf16a

Browse files
authored
Update cmaje.in to fix configutation step (#332)
1 parent ccd3f4e commit 0dbf16a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bindings/SofaGui/Bindings.SofaGuiConfig.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
find_package(SofaPython3 QUIET REQUIRED COMPONENTS Plugin Bindings.Sofa)
77

88
find_package(Sofa.Core QUIET REQUIRED)
9-
find_package(Sofa.Gui.Common QUIET REQUIRED)
9+
find_package(Sofa.GUI.Common QUIET REQUIRED)
1010

1111
if(Sofa.GUI.Batch_FOUND)
1212
find_package(Sofa.GUI.Batch QUIET REQUIRED)

0 commit comments

Comments
 (0)