openmvg: fixup build

The build broke probably after cmake upgrade in b8ac5b6cfb,
but either way - this forcing of old C++ standard seemed bad.
https://hydra.nixos.org/build/225241222/nixlog/2/tail

-1
-1
pkgs/applications/science/misc/openmvg/default.nix
··· 26 nativeBuildInputs = [ cmake pkg-config ]; 27 28 cmakeFlags = [ 29 - "-DCMAKE_CXX_FLAGS=-std=c++11" 30 "-DOpenMVG_BUILD_EXAMPLES=${if enableExamples then "ON" else "OFF"}" 31 "-DOpenMVG_BUILD_DOC=${if enableDocs then "ON" else "OFF"}" 32 "-DTARGET_ARCHITECTURE=generic"
··· 26 nativeBuildInputs = [ cmake pkg-config ]; 27 28 cmakeFlags = [ 29 "-DOpenMVG_BUILD_EXAMPLES=${if enableExamples then "ON" else "OFF"}" 30 "-DOpenMVG_BUILD_DOC=${if enableDocs then "ON" else "OFF"}" 31 "-DTARGET_ARCHITECTURE=generic"