Skip to content

Commit

Permalink
Include GNUInstallDirs module in top-level CMake file
Browse files Browse the repository at this point in the history
It was accidentally forgotten in the change that introduced support for install rules. This module defines some of the variables that are used by the install rules.

PiperOrigin-RevId: 464915500
  • Loading branch information
Ruy Contributors authored and copybara-github committed Aug 2, 2022
1 parent 72155b3 commit 97ebb72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ project(ruy CXX)
cmake_minimum_required(VERSION 3.13) # Copied from IREE
set(CMAKE_CXX_STANDARD 14)


include(GNUInstallDirs)

if (PROJECT_NAME STREQUAL CMAKE_PROJECT_NAME)
set(RUY_IS_TOPLEVEL TRUE)
Expand Down

0 comments on commit 97ebb72

Please sign in to comment.