We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db77b46 commit 5cc6a78Copy full SHA for 5cc6a78
src/CMakeLists.txt
@@ -454,7 +454,6 @@ IF(NOT BUILD_HEADLESS)
454
ADD_DEFINITIONS(-DQT_NO_KEYWORDS)
455
ENDIF()
456
457
-#BENLARSON
458
SET(QWT_INCLUDE_DIR CACHE PATH "Qwt include directory")
459
IF(NOT QWT_INCLUDE_DIR)
460
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)
465
464
MESSAGE(FATAL_ERROR "QWT_LIBRARY should be set to a filepath like 'qwt-6.0.1/lib/libqwt.so'")
466
467
SET(qwt_libraries ${QWT_LIBRARY} )
468
-#END##BENLARSON
469
470
########################################################################
471
# Find and configure dl library
0 commit comments