summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDimitri Stolnikov <horiz0n@gmx.net>2012-04-02 21:42:24 +0200
committerDimitri Stolnikov <horiz0n@gmx.net>2012-04-02 21:42:24 +0200
commit030c787cfa1693dcc849aaec940c687fe0e96665 (patch)
treec9ccaaa3e2f27b764cfec48b47b0aeb42186c8ba /CMakeLists.txt
parent229ebd2ff2f312869944da6bf01c181f559dd493 (diff)
cmake & autotools fixes from previous commit
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f278325..d255a8a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -53,7 +53,7 @@ if(NOT LIBUSB_FOUND)
message(FATAL_ERROR "LibUSB 1.0 required to compile rtl-sdr")
endif()
if(NOT THREADS_FOUND)
- message(FATAL_ERROR "pthreads(-win32) required to compile osmosdrtlnw")
+ message(FATAL_ERROR "pthreads(-win32) required to compile rtl-sdr")
endif()
########################################################################
# Setup the include and linker paths