mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 09:59:20 -05:00
9b99b4bfc8
Use 3.3 or 2.8.12 where possible.
7 lines
125 B
CMake
7 lines
125 B
CMake
cmake_minimum_required(VERSION 2.8.12)
|
|
enable_language(CXX)
|
|
|
|
add_library(foo empty.cpp)
|
|
|
|
add_library(invalid$name ALIAS foo)
|