Skip to content

Commit

Permalink
Fix Issue #671
Browse files Browse the repository at this point in the history
  • Loading branch information
thelfer committed Dec 22, 2024
1 parent b2f2520 commit cae41fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mfront/src/CMakeGenerator.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ namespace mfront {
if (l.suffix != LibraryDescription::getDefaultLibrarySuffix(
t.system, t.libraryType)) {
m << "set_target_properties(" << l.name << '\n'
<< "PROPERTIES SUFFIX " << l.suffix << ")\n";
<< "PROPERTIES SUFFIX ." << l.suffix << ")\n";
}
if (!l.ldflags.empty()) {
m << "set_target_properties(" << l.name << '\n'
Expand Down

0 comments on commit cae41fa

Please sign in to comment.