diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
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 |
