CMake: Fix builtins compiler condition
This commit is contained in:
@@ -42,7 +42,6 @@ if (NOT WIN32)
|
|||||||
find_package(Fontconfig)
|
find_package(Fontconfig)
|
||||||
find_package(ICU OPTIONAL_COMPONENTS i18n lx)
|
find_package(ICU OPTIONAL_COMPONENTS i18n lx)
|
||||||
find_package(XDG_basedir)
|
find_package(XDG_basedir)
|
||||||
find_package(Builtins)
|
|
||||||
endif (NOT WIN32)
|
endif (NOT WIN32)
|
||||||
if (APPLE)
|
if (APPLE)
|
||||||
find_package(Iconv)
|
find_package(Iconv)
|
||||||
@@ -56,6 +55,8 @@ endif (APPLE)
|
|||||||
|
|
||||||
if (MSVC)
|
if (MSVC)
|
||||||
find_package(Editbin REQUIRED)
|
find_package(Editbin REQUIRED)
|
||||||
|
else ()
|
||||||
|
find_package(Builtins)
|
||||||
endif (MSVC)
|
endif (MSVC)
|
||||||
|
|
||||||
if (UNIX)
|
if (UNIX)
|
||||||
|
|||||||
Reference in New Issue
Block a user