Skip to content

Commit 60fc310

Browse files
committed
[cmake] Work around a bug in the llvm config.
In short we use variables which require including `GNUInstallDirs` but we are expecting somebody else to include it for us. See llvm/llvm-project#83802
1 parent 28e9817 commit 60fc310

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
cmake_minimum_required(VERSION 3.13)
22

3+
include(GNUInstallDirs)
4+
35
set(CMAKE_MODULE_PATH
46
${CMAKE_MODULE_PATH}
57
"${CMAKE_CURRENT_SOURCE_DIR}/cmake"

0 commit comments

Comments
 (0)