BUG GNUPLOT: corrected by Titus Cieslewski
This commit is contained in:
parent
63e0b26186
commit
c197e6b286
1 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,8 @@ endif(ENABLE_OPENMP)
|
||||||
|
|
||||||
if(ENABLE_GNUPLOT)
|
if(ENABLE_GNUPLOT)
|
||||||
include(FindGnuplot)
|
include(FindGnuplot)
|
||||||
|
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DHAVE_GNUPLOT -DGNUPLOT_PROGRAM=\\\"${GNUPLOT_EXECUTABLE}\\\"")
|
||||||
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DHAVE_GNUPLOT -DGNUPLOT_PROGRAM=\\\"${GNUPLOT_EXECUTABLE}\\\"")
|
||||||
endif(ENABLE_GNUPLOT)
|
endif(ENABLE_GNUPLOT)
|
||||||
|
|
||||||
# set a special flag if the environment is windows (should do the same in a config.g file)
|
# set a special flag if the environment is windows (should do the same in a config.g file)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue