Skip to content

Commit 8b020af

Browse files
williamdesSimonKagstrom
authored andcommitted
Fix casing of ElfUtils in CMakeLists
1 parent 4b17d7a commit 8b020af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/unit-tests/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ endif (NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
1919

2020
find_package (LibCRPCUT REQUIRED)
2121
find_package (LibElf REQUIRED)
22-
find_package (Elfutils REQUIRED)
22+
find_package (ElfUtils REQUIRED)
2323

2424
set (CMAKE_THREAD_PREFER_PTHREAD ON)
2525
find_package (Threads REQUIRED)

tools/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ option (SPECIFY_RPATH "Specify RPATH for installed executables" OFF)
1111
mark_as_advanced (SPECIFY_RPATH)
1212

1313
find_package (LibElf REQUIRED)
14-
find_package (Elfutils REQUIRED)
14+
find_package (ElfUtils REQUIRED)
1515
find_package (PkgConfig REQUIRED)
1616
find_package (Threads)
1717
find_package (ZLIB REQUIRED)

0 commit comments

Comments
 (0)