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 851a26a commit 602ae99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/foo/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Are we running cmake from this directory (out of tree build) ?
if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 2.8.12...3.6.0)
project(imp_module)

if(POLICY CMP0058)
Expand Down

0 comments on commit 602ae99

Please sign in to comment.