Skip to content

Commit 9e35df4

Browse files
committed
renamped ct_core shared-lib to ct_plot
1 parent 6c46eb7 commit 9e35df4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ct_core/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ find_package(Qwt QUIET)
2525
find_package(Qt4 QUIET)
2626
if(QWT_FOUND AND Qt4_FOUND)
2727
message(STATUS "Qwt and QT found.")
28-
add_definitions(-DQWT_ENABLED)
28+
set(QWT_ENABLED ON)
2929
include(${QT_USE_FILE})
3030
list(APPEND ct_core_LIBS ${QWT_LIBRARY} ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY})
3131
else()
@@ -83,7 +83,7 @@ if(USE_PRESPEC)
8383
add_library(${lib_name} SHARED ${${lib_name}_SRCS})
8484
target_include_directories(${lib_name} PUBLIC ${ct_core_target_include_dirs})
8585
endforeach()
86-
endif(USE_PRESPEC)
86+
endif()
8787

8888

8989
## create ct_core libraries

0 commit comments

Comments
 (0)