remove compiler check
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
cmake_minimum_required(VERSION 3.0)
|
cmake_minimum_required(VERSION 3.0)
|
||||||
project(cmake)
|
project(cmake LANGUAGES NONE)
|
||||||
file(GLOB CMAKES "*.cmake" "*.in" "*.keystore")
|
file(GLOB CMAKES "*.cmake" "*.in" "*.keystore")
|
||||||
if(INSTALL_DIR)
|
if(INSTALL_DIR)
|
||||||
set(INSTFILES "CMakeLists.txt" "install.bat")
|
set(INSTFILES "CMakeLists.txt" "install.bat")
|
||||||
|
|||||||
Reference in New Issue
Block a user