diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/buildsystems/vcpkg.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/buildsystems/vcpkg.cmake b/scripts/buildsystems/vcpkg.cmake index 8fd08ffb6..d8c7ee6b8 100644 --- a/scripts/buildsystems/vcpkg.cmake +++ b/scripts/buildsystems/vcpkg.cmake @@ -138,12 +138,12 @@ if(NOT VCPKG_TOOLCHAIN) endif() endfunction() - function(find_package name) + macro(find_package name) if(name STREQUAL "Boost") unset(Boost_USE_STATIC_LIBS) endif() _find_package(${ARGV}) - endfunction() + endmacro() set(VCPKG_TOOLCHAIN ON) endif() |
