Skip to content

Commit 58bf6a8

Browse files
committed
[C++]: Retarget to CMake version 3.0.2
1 parent d13a126 commit 58bf6a8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
cmake_minimum_required(VERSION 2.8.5 FATAL_ERROR)
16+
17+
cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR)
18+
cmake_policy(VERSION 3.0.2)
1719

1820
include(ExternalProject)
1921
include(CheckLibraryExists)

0 commit comments

Comments
 (0)