mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[cmake,winpr] set policy CMP0177
This commit is contained in:
@@ -15,6 +15,10 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
if(${CMAKE_VERSION} GREATER_EQUAL "3.31.0")
|
||||
cmake_policy(SET CMP0177 NEW)
|
||||
endif()
|
||||
|
||||
option(WITH_TIMEZONE_COMPILED "Use compiled in timezone definitions" ON)
|
||||
if(WITH_TIMEZONE_COMPILED)
|
||||
winpr_definition_add(WITH_TIMEZONE_COMPILED)
|
||||
|
||||
Reference in New Issue
Block a user