Skip to content

Commit

Permalink
Merge pull request #8 from bindreams/dev/clarify-cmake-error
Browse files Browse the repository at this point in the history
  • Loading branch information
bindreams authored Nov 21, 2024
2 parents e637d1a + c803c63 commit 671ac8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zint/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ message(STATUS "Zint bindings: version ${PROJECT_VERSION}")

if(WIN32)
if (NOT MSVC)
message(FATAL_ERROR "Zint can only be compiled on Windows using the MSVC compiler.")
message(FATAL_ERROR "Zint can only be compiled on Windows using the MSVC compiler. Please restart the command from a MSVC Developer shell.")
endif()

if(CMAKE_GENERATOR MATCHES "Visual Studio .*")
Expand Down

0 comments on commit 671ac8d

Please sign in to comment.