Skip to content

Commit

Permalink
fix: PluginVersion call in CommonLibSF.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirdEyeSqueegee authored Oct 21, 2023
1 parent 5260a7b commit af0e4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CommonLibSF/cmake/CommonLibSF.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ function(target_commonlibsf_properties TARGET)
"SFSEPluginVersion = []() noexcept {\n"
" SFSE::PluginVersionData data{};\n"
"\n"
" data.PluginVersion(Plugin::Version.pack());\n"
" data.PluginVersion(Plugin::Version);\n"
" data.PluginName(Plugin::Name);\n"
" data.AuthorName(Plugin::Author);\n"
" data.UsesAddressLibrary(${commonlibsf_uses_address_library});\n"
Expand Down

0 comments on commit af0e4dc

Please sign in to comment.