|
|
use patented && CMAKE_VARIABLES="${CMAKE_VARIABLES} -DVTK_USE_PATENTED:BOOL=ON" | use patented && CMAKE_VARIABLES="${CMAKE_VARIABLES} -DVTK_USE_PATENTED:BOOL=ON" |
| |
cmake ${CMAKE_VARIABLES} . || die "cmake configuration failed" | cmake ${CMAKE_VARIABLES} . || die "cmake configuration failed" |
|
# run cmake a second time, as cmake often doesn't configure properly in one run |
|
# no need to feed the $CMAKE_VARIABLES again for the second run as they are already set |
|
cmake . || die "cmake configuration failed" |
emake || die "emake failed" | emake || die "emake failed" |
} | } |
| |