if [ "$DEV_CMAKE" == "y" ]; then
  cd ${SOURCE_DIRECTORY}/build &&
  make install
else
  default_install
fi
