mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-04-08 07:37:07 +00:00
Add CheckCXXCompilerFlag
This commit is contained in:
parent
7eb08bf2ce
commit
3aff70d91e
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
|
||||||
PROJECT(Aquaria)
|
PROJECT(Aquaria)
|
||||||
|
|
||||||
INCLUDE(CheckCCompilerFlag)
|
INCLUDE(CheckCCompilerFlag)
|
||||||
|
INCLUDE(CheckCXXCompilerFlag)
|
||||||
INCLUDE(CheckFunctionExists)
|
INCLUDE(CheckFunctionExists)
|
||||||
|
|
||||||
IF(NOT CMAKE_BUILD_TYPE)
|
IF(NOT CMAKE_BUILD_TYPE)
|
||||||
|
|
Loading…
Add table
Reference in a new issue