mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
CMake: Remove Superbuild-specific install rule guard
This commit is contained in:
parent
f55f64755d
commit
41176a4f4e
Notes:
sideshowbarker
2024-07-17 07:06:47 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/LadybirdBrowser/ladybird/commit/41176a4f4e Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/71
1 changed files with 0 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue