公告板
版本库
filestore
活动
搜索
登录
module
/
open-license-manager
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge branch 'develop' of https://github.com/open-license-manager/open-lice...
Gabriele Contini
2020-05-02
19f73ff1f6111fafe0ce1bb3e3d1019f8cd9bf0a
[module/open-license-manager.git]
/
cmake
/
utilities.cmake
1
2
3
4
5
6
7
8
MACRO(EVAL_CONDITION name)
IF(${ARGN})
SET(${name} 1)
ELSE(${ARGN})
SET(${name} 0)
ENDIF(${ARGN})
ENDMACRO(EVAL_CONDITION)