From: Uwe Hermann Date: Sat, 19 Jan 2013 19:09:07 +0000 (+0100) Subject: CMakeLists.txt: Fix typo. X-Git-Tag: pulseview-0.1.0~157 X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=ff4e6332732d4232f8cdb10fdc30e317500f4401 CMakeLists.txt: Fix typo. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index ba28408f..d3ee6212 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,7 +58,7 @@ if(WIN32) # On Windows/MinGW the we need to use 'thread_win32' instead of 'thread'. # The library is named libboost_thread_win32* (not libboost_thread*). find_package(Boost 1.46 COMPONENTS system thread_win32) -elseif() +else() find_package(Boost 1.46 COMPONENTS system thread) endif()