Skip to content

Commit c09a406

Browse files
authored
Instruct CMake not to issue compatibility warnings up to version 3.13 (#276)
1 parent f41958c commit c09a406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/VcMacros.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3333
#=============================================================================
3434

35-
cmake_minimum_required(VERSION 2.8.3)
35+
cmake_minimum_required(VERSION 2.8.3...3.13)
3636

3737
get_filename_component(_currentDir "${CMAKE_CURRENT_LIST_FILE}" PATH)
3838
include ("${_currentDir}/UserWarning.cmake")

0 commit comments

Comments
 (0)