Skip to content

Commit

Permalink
Fix superbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
plfiorini committed Jan 18, 2024
1 parent 6302315 commit e4ae250
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions features.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# SPDX-FileCopyrightText: 2023 Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
# SPDX-License-Identifier: BSD-3-Clause

## Find Aurora Scanner:
find_package(AuroraScanner REQUIRED)
if(NOT COMMAND aurora_generate_wayland_protocol_server_sources)
## Find Aurora Scanner:
find_package(AuroraScanner REQUIRED)
endif()

## Find Wayland:
set(WAYLAND_MIN_VERSION "1.15")
Expand Down

0 comments on commit e4ae250

Please sign in to comment.