diff --git a/Meta/CMake/lagom_install_options.cmake b/Meta/CMake/lagom_install_options.cmake index 0c29e14ec8e..2e60a0ff75e 100644 --- a/Meta/CMake/lagom_install_options.cmake +++ b/Meta/CMake/lagom_install_options.cmake @@ -1,11 +1,5 @@ include_guard() -# Skip trying to setup install rules if no languages are enabled, such as in the Superbuild. -get_property(languages GLOBAL PROPERTY ENABLED_LANGUAGES) -if (NONE IN_LIST languages) - return() -endif() - include(GNUInstallDirs) # make sure to include before we mess w/RPATH # Handle multi-config generators (e.g. MSVC, Xcode, Ninja Multi-Config)