projects
/
libam7xxx.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
HACKING.asciidoc: mention libxcb1-dev as a build dependency
[libam7xxx.git]
/
src
/
CMakeLists.txt
diff --git
a/src/CMakeLists.txt
b/src/CMakeLists.txt
index
f743b1a
..
7e914f7
100644
(file)
--- a/
src/CMakeLists.txt
+++ b/
src/CMakeLists.txt
@@
-1,5
+1,5
@@
add_definitions("-D_BSD_SOURCE") # for htole32()
add_definitions("-D_BSD_SOURCE") # for htole32()
-add_definitions("-D_POSIX_C_SOURCE=
199309L") # for nanosleep
()
+add_definitions("-D_POSIX_C_SOURCE=
200112L") # for nanosleep() and lroundf
()
# Find packages needed to build library
find_package(libusb-1.0 REQUIRED)
# Find packages needed to build library
find_package(libusb-1.0 REQUIRED)