From 0aad432c15b1b3dc4d156b7e9d682a96cbe3ff54 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 1 Jan 2014 14:58:17 +0100 Subject: [PATCH] CMakeLists.txt: Cosmetics, fix typos. --- CMakeLists.txt | 12 +++++------- test/CMakeLists.txt | 2 +- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e542200f..9d2428a9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ - +## ## This file is part of the PulseView project. ## ## Copyright (C) 2012 Joel Holdsworth @@ -47,7 +47,7 @@ if(WIN32) set(Boost_USE_STATIC_LIBS on) add_definitions(-DBOOST_THREAD_USE_LIB) - # Windsws does not support UNIX signals + # Windows does not support UNIX signals. set(ENABLE_SIGNALS FALSE) endif() @@ -55,9 +55,7 @@ endif() #= Dependencies #------------------------------------------------------------------------------- -list(APPEND PKGDEPS - libsigrok>=0.2.0 -) +list(APPEND PKGDEPS libsigrok>=0.2.0) if(ENABLE_DECODE) list(APPEND PKGDEPS libsigrokdecode>=0.2.0) @@ -149,7 +147,7 @@ set(pulseview_SOURCES pv/widgets/wellarray.cpp ) -# This list includes only QObject derrived class headers +# This list includes only QObject derived class headers. set(pulseview_HEADERS pv/mainwindow.h pv/sigsession.h @@ -326,4 +324,4 @@ if(ENABLE_TESTS) add_subdirectory(test) enable_testing() add_test(test ${CMAKE_CURRENT_BINARY_DIR}/test/pulseview-test) -endif(ENABLE_TESTS) +endif() diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index de2ef909..a71d5d16 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -75,7 +75,7 @@ set(pulseview_TEST_SOURCES test.cpp ) -# This list includes only QObject derrived class headers +# This list includes only QObject derived class headers. set(pulseview_TEST_HEADERS ${PROJECT_SOURCE_DIR}/pv/sigsession.h ${PROJECT_SOURCE_DIR}/pv/prop/int.h -- 2.30.2