Skip to content
Snippets Groups Projects
Commit 0b243811 authored by Brad King's avatar Brad King Committed by Kitware Robot
Browse files

Merge topic 'GNU-FindBinUtils-no-policy'


8fc934de GNU-FindBinUtils: Avoid setting policy CMP0054

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Merge-request: !572
parents 29ec8d65 8fc934de
No related branches found
No related tags found
No related merge requests found
cmake_policy(SET CMP0054 NEW)
if("${_CMAKE_PROCESSING_LANGUAGE}" STREQUAL "")
if(NOT DEFINED _CMAKE_PROCESSING_LANGUAGE OR _CMAKE_PROCESSING_LANGUAGE STREQUAL "")
message(FATAL_ERROR "Internal error: _CMAKE_PROCESSING_LANGUAGE is not set")
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment