1
0

Fix version typo in CMakeLists.txt (#5098)

This commit is contained in:
Nir 2021-01-02 13:35:40 +02:00 committed by GitHub
parent 959b263093
commit 4656f7486d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,7 @@ if (CMAKE_VERSION VERSION_GREATER_EQUAL "3.16")
set_target_properties(${CMAKE_PROJECT_NAME} PROPERTIES UNITY_BUILD ${UNITY_BUILDS})
else()
message(WARNING "Precompiled headers for FASTER BUILDS not enabled, upgrade to CMake 1.16 or newer!")
message(WARNING "Precompiled headers for FASTER BUILDS not enabled, upgrade to CMake 3.16 or newer!")
endif()
# Selectively disable warnings in the level where the target is created: