Skip to content

Commit 5cc6a78

Browse files
qwt changes weren't in PR ?
1 parent db77b46 commit 5cc6a78

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,6 @@ IF(NOT BUILD_HEADLESS)
454454
ADD_DEFINITIONS(-DQT_NO_KEYWORDS)
455455
ENDIF()
456456

457-
#BENLARSON
458457
SET(QWT_INCLUDE_DIR CACHE PATH "Qwt include directory")
459458
IF(NOT QWT_INCLUDE_DIR)
460459
MESSAGE(FATAL_ERROR "QWT_INCLUDE_DIR should be set to path like 'qwt-6.0.1/include'")
@@ -465,7 +464,6 @@ IF(NOT QWT_LIBRARY)
465464
MESSAGE(FATAL_ERROR "QWT_LIBRARY should be set to a filepath like 'qwt-6.0.1/lib/libqwt.so'")
466465
ENDIF()
467466
SET(qwt_libraries ${QWT_LIBRARY} )
468-
#END##BENLARSON
469467

470468
########################################################################
471469
# Find and configure dl library

0 commit comments

Comments
 (0)