Skip to content

Commit

Permalink
Instruct CMake not to issue compatibility warnings up to version 3.13 (
Browse files Browse the repository at this point in the history
  • Loading branch information
agheata authored Jun 1, 2021
1 parent f41958c commit c09a406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/VcMacros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#=============================================================================

cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 2.8.3...3.13)

get_filename_component(_currentDir "${CMAKE_CURRENT_LIST_FILE}" PATH)
include ("${_currentDir}/UserWarning.cmake")
Expand Down

0 comments on commit c09a406

Please sign in to comment.