Commit 91fbece 1 parent 34d6a69 commit 91fbece Copy full SHA for 91fbece
File tree 2 files changed +5
-14
lines changed
2 files changed +5
-14
lines changed Original file line number Diff line number Diff line change @@ -10,3 +10,7 @@ FetchContent_Declare(
10
10
)
11
11
12
12
FetchContent_MakeAvailable(gnuplot-iostream)
13
+
14
+ # The project does not set gnuplot-iostream_INCLUDE_DIRS so use
15
+ # gnuplot-iostream_SOURCE_DIR instead.
16
+ set (gnuplot-iostream_INCLUDE_DIRS ${gnuplot-iostream_SOURCE_DIR})
Original file line number Diff line number Diff line change 1
1
2
2
#============================================================================
3
- # Find dependencies
3
+ # Find additional dependencies
4
4
#============================================================================
5
5
6
- #--------------------------------------
7
- # Check gnuplot-iostream is populated
8
- # message("gnuplot-iostream_POPULATED: ${gnuplot-iostream_POPULATED}")
9
- # message("gnuplot-iostream_INCLUDE_DIRS: ${gnuplot-iostream_INCLUDE_DIRS}")
10
- # message("gnuplot-iostream_SOURCE_DIR: ${gnuplot-iostream_SOURCE_DIR}")
11
-
12
- #--------------------------------------
13
- # Find gnuplot-iostream
14
- #
15
- # The header is used by the examples in test/plots.
16
- # gnuplot-iostream_INCLUDE_DIRS is not set by the project so we use
17
- # gnuplot-iostream_SOURCE_DIR instead.
18
6
find_package (Boost COMPONENTS iostreams)
19
- set (gnuplot-iostream_INCLUDE_DIRS ${gnuplot-iostream_SOURCE_DIR})
20
7
21
8
#============================================================================
22
9
# Add executables
You can’t perform that action at this time.
0 commit comments