Skip to content

Commit

Permalink
#5 improve cmake error message when a incompatible visual studio was …
Browse files Browse the repository at this point in the history
…detected.
  • Loading branch information
stevenhoving committed May 19, 2018
1 parent dc55ee9 commit 1bf4403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ list(APPEND CMAKE_MODULE_PATH
)

if(NOT DEFINED MSVC OR MSVC_VERSION LESS 1914)
message(FATAL_ERROR "camstudio currently only builds with visual studio 2017 for now.")
message(FATAL_ERROR "camstudio currently only builds with visual studio 2017 15.7 for now.")
endif()

set(CMAKE_CXX_STANDARD 17)
Expand Down

0 comments on commit 1bf4403

Please sign in to comment.