From b15182ebe64d707202a7a93e003960a3c9360674 Mon Sep 17 00:00:00 2001 From: Angad <66992519+ThirdEyeSqueegee@users.noreply.github.com> Date: Wed, 20 Sep 2023 00:30:23 -0700 Subject: [PATCH] chore: update CommonLibSF.cmake to reflect #73 changes (#77) Just removes the `SFSEPluginVersion` macro from the script since the macro is part of the library now --- CommonLibSF/cmake/CommonLibSF.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/CommonLibSF/cmake/CommonLibSF.cmake b/CommonLibSF/cmake/CommonLibSF.cmake index cba5970f..41dc3c75 100644 --- a/CommonLibSF/cmake/CommonLibSF.cmake +++ b/CommonLibSF/cmake/CommonLibSF.cmake @@ -114,7 +114,6 @@ function(target_commonlibsf_properties TARGET) file(WRITE "${commonlibsf_plugin_file}" "#pragma once\n\n" - "#define SFSEPluginVersion extern \"C\" __declspec(dllexport) constinit SFSE::PluginVersionData SFSEPlugin_Version\n\n" "namespace Plugin\n" "{\n" " using namespace std::string_view_literals;\n\n"