forked from pool/dwarves
15 lines
648 B
Diff
15 lines
648 B
Diff
|
--- dwarves-1.21+git175.1ef87b2/CMakeLists.txt 2021-06-17 02:07:22.000000000 +0200
|
||
|
+++ dwarves-1.21+git175.1ef87b2/CMakeLists.txt 2021-07-15 22:09:41.020434732 +0200
|
||
|
@@ -53,9 +53,9 @@
|
||
|
endif (NOT DEFINED BUILD_SHARED_LIBS)
|
||
|
|
||
|
# Just for grepping, DWARVES_VERSION isn't used anywhere anymore
|
||
|
-# add_definitions(-D_GNU_SOURCE -DDWARVES_VERSION="v1.21")
|
||
|
+# add_definitions(-D_GNU_SOURCE -DDWARVES_VERSION="v1.22")
|
||
|
add_definitions(-D_GNU_SOURCE -DDWARVES_MAJOR_VERSION=1)
|
||
|
-add_definitions(-D_GNU_SOURCE -DDWARVES_MINOR_VERSION=21)
|
||
|
+add_definitions(-D_GNU_SOURCE -DDWARVES_MINOR_VERSION=22)
|
||
|
find_package(DWARF REQUIRED)
|
||
|
find_package(ZLIB REQUIRED)
|
||
|
|