![]() |
Prev | Next | run_cmake.sh |
bin/run_cmake.sh
bin/run_cmake.sh
,
the user should check and possibly change the following settings:
cmake_binary_dir='build' cmake_generator='Unix Makefiles' cmake_verbose_makefile='false' cmake_build_type='debug' swig_cxx_flags='-Wno-sign-compare -Wno-catch-value -Wno-class-memaccess' cppad_cxx_flags='-Wall -pedantic-errors' test_cppad='no'each of these settings is described below:
make
commands are executed.
cmake
; see
cmake-generators
.
true
or false
.
If it is true, many of the compiler and Swig options used to
build the system are output during the make
commands.
If it is false, the output during the make commands just describes
whats is being done without so much detail.
debug
, release
, RelWithDebInfo
or MinSizeRel
; see
cmake_build_type
.
yes
, Cppad will build and run it's separate check system
each time bin/run_cmake.sh
is run. If you have any problems, it may
help to isolate the problem by changing this setting to yes
.