Skip to content

Commit

Permalink
Quiet warnings with recent CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Oct 8, 2023
1 parent 411eb6c commit 023f074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 2.8.12...3.6.0)
project(using_cpp)

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/tools)
Expand Down

0 comments on commit 023f074

Please sign in to comment.