diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2014-05-07 11:02:32 -0400 |
|---|---|---|
| committer | Gary Scavone <gary@music.mcgill.ca> | 2014-05-07 11:02:32 -0400 |
| commit | c0b9de42a3e7f7c168380c9e91c5993524a11154 (patch) | |
| tree | f85b9f2d5cc8c5f77ce466133e404fe5c26172a8 | |
| parent | 22c00ec584b413374ad5a2c119592acaba5e799e (diff) | |
Removed add_defines line for ALSA from CMakeLists.txt file, as it does not seem necessary (and the add_defines macro does not exist)
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8c8ccf8..d419e1d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,7 +54,6 @@ elseif (UNIX AND NOT APPLE) if (NOT ALSA_FOUND) message(FATAL_ERROR "ALSA API requested but no ALSA dev libraries found") endif() - add_defines(${ALSA_INCLUDE_DIR}) list(APPEND LINKLIBS ${ALSA_LIBRARY} ${CMAKE_THREAD_LIBS_INIT}) add_definitions(-D__LINUX_ALSA__) message(STATUS "Using Linux ALSA") |
