removed redundant cmake version check
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
cmake_minimum_required(VERSION 3.8.2)
|
|
||||||
|
|
||||||
if(USE_PRECOMPILED_HEADERS AND NOT COMMAND target_precompile_headers)
|
if(USE_PRECOMPILED_HEADERS AND NOT COMMAND target_precompile_headers)
|
||||||
include(cotire)
|
include(cotire)
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Reference in New Issue
Block a user