Skip to content

Commit

Permalink
cmake added new unsupported build
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Oct 20, 2023
1 parent b11a6ea commit 34c6501
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmake/CommonModules/TinyHelpers.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,10 @@ with inline constants :/.")
don't enable the INLINE_CONSTANTS cmake option :/.")
endif()

if(TINY_VCPKG AND TINY_IS_MULTI_CONFIG)
message(FATAL_ERROR "The multi-configuration generators are not supported in vcpkg ports.")
endif()

endfunction()

# Print a VERBOSE message against which library is project linking
Expand Down

0 comments on commit 34c6501

Please sign in to comment.