File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
#######################################################
2
2
### NodeSoup ###
3
3
#######################################################
4
- if (WITH_SYSTEM_NODESOUP )
4
+ if (MATPLOTPP_WITH_SYSTEM_NODESOUP )
5
5
find_path (NODESOUP_INCLUDE_DIR nodesoup.hpp REQUIRED)
6
6
find_library (NODESOUP_LIB nodesoup REQUIRED)
7
7
@@ -52,7 +52,7 @@ endif()
52
52
### CImg ###
53
53
#######################################################
54
54
add_library (cimg INTERFACE )
55
- if (WITH_SYSTEM_CIMG )
55
+ if (MATPLOTPP_WITH_SYSTEM_CIMG )
56
56
find_path (CIMG_INCLUDE_DIR CImg.h REQUIRED)
57
57
else ()
58
58
set (CIMG_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR} /cimg)
@@ -153,4 +153,4 @@ endif()
153
153
if (MASTER_PROJECT AND NOT BUILD_SHARED_LIBS )
154
154
install (TARGETS cimg
155
155
EXPORT Matplot++Targets)
156
- endif ()
156
+ endif ()
You can’t perform that action at this time.
0 commit comments