mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
be0458c562
The boolean variable CMAKE_SKIP_INSTALL_RULES allows disabling generation of install rules for projects which don't want them.
4 lines
102 B
CMake
4 lines
102 B
CMake
cmake_minimum_required(VERSION 2.8.12)
|
|
project(${RunCMake_TEST} NONE)
|
|
include(${RunCMake_TEST}.cmake)
|