mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -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)
|