File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ $(project.GENERATED_WARNING_HEADER:)
19
19
########################################################################
20
20
# Project setup
21
21
########################################################################
22
- cmake_minimum_required(VERSION 2.8.8 )
22
+ cmake_minimum_required(VERSION 2.8.12 )
23
23
project($(project.name:c))
24
24
.if project.use_cxx
25
25
enable_language(CXX)
@@ -151,7 +151,7 @@ find_package($(use.project) REQUIRED)
151
151
IF ($(USE.PROJECT)_FOUND)
152
152
.else
153
153
find_package($(use.project))
154
- option($(PROJECT.PREFIX)_WITH_$(USE.PROJECT) "Build czmq with $(use.project)" ${$(USE.PROJECT)_FOUND})
154
+ option($(PROJECT.PREFIX)_WITH_$(USE.PROJECT) "Build $(project.linkname) with $(use.project)" ${$(USE.PROJECT)_FOUND})
155
155
IF ($(PROJECT.PREFIX)_WITH_$(USE.PROJECT) AND $(USE.PROJECT)_FOUND)
156
156
.endif
157
157
.if use.libname ?<> ""
You can’t perform that action at this time.
0 commit comments