Skip to content

Commit

Permalink
Update CMake/common to allow external GIT_REVISION update for Nix bui…
Browse files Browse the repository at this point in the history
…ld (#543)
  • Loading branch information
tribal-tec authored and ppodhajski committed Aug 31, 2018
1 parent aa6ee9a commit e6aa3fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMake/common
Submodule common updated 1 files
+4 −4 GitInfo.cmake
2 changes: 1 addition & 1 deletion plugins/RocketsPlugin/ImageGenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ImageGenerator::ImageBase64 ImageGenerator::createImage(
#ifdef BRAYNS_USE_FREEIMAGE
return {freeimage::getBase64Image(frameBuffer, format, quality)};
#elif defined BRAYNS_USE_LIBJPEGTURBO
BRAYNS_WARN << "No assimp found, will take TurboJPEG snapshot; "
BRAYNS_WARN << "No FreeImage found, will take TurboJPEG snapshot; "
<< "ignoring format '" << format << "'" << std::endl;
const auto& jpeg = createJPEG(frameBuffer, quality);
return {base64_encode(jpeg.data.get(), jpeg.size)};
Expand Down

0 comments on commit e6aa3fc

Please sign in to comment.