pineapple/externals/vcpkg/ports/qt5-macextras/portfile.cmake
2022-07-23 03:01:36 +02:00

5 lines
No EOL
239 B
CMake
Executable file

include(${CURRENT_INSTALLED_DIR}/share/qt5/qt_port_functions.cmake)
if (NOT VCPKG_CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND NOT QT_UPDATE_VERSION)
message(FATAL_ERROR "qt5-macextras only support OSX.")
endif()
qt_submodule_installation()