We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9960f54 commit 4f33ea9Copy full SHA for 4f33ea9
app/optionChecker/CMakeLists.txt
@@ -9,7 +9,7 @@ include_directories(${AVTRANSCODER_SRC_PATH} ${FFMPEG_INCLUDE_DIR})
9
# Add C++11 flag
10
if(NOT WIN32)
11
set(CMAKE_CXX_FLAGS "-std=c++0x")
12
-elseif(NOT MSVC12)
+elseif(${MSVC_VERSION} LESS 1800)
13
message("C++11 not supported, will not build avOptionChecker app.")
14
return()
15
endif()
app/presetChecker/CMakeLists.txt
message("C++11 not supported, will not build avPresetChecker app.")
0 commit comments