CMake: Fix builtins compiler condition

This commit is contained in:
Jonathan G Rennison
2020-06-30 21:04:20 +01:00
parent 909c9656ce
commit 5075d8cdca

View File

@@ -42,7 +42,6 @@ if (NOT WIN32)
find_package(Fontconfig)
find_package(ICU OPTIONAL_COMPONENTS i18n lx)
find_package(XDG_basedir)
find_package(Builtins)
endif (NOT WIN32)
if (APPLE)
find_package(Iconv)
@@ -56,6 +55,8 @@ endif (APPLE)
if (MSVC)
find_package(Editbin REQUIRED)
else ()
find_package(Builtins)
endif (MSVC)
if (UNIX)