2019-11-11 23:01:05 +01:00
|
|
|
cmake_minimum_required(VERSION 3.14)
|
2013-11-03 12:27:13 +02:00
|
|
|
|
|
|
|
project(WarnUnusedCliUnused)
|
|
|
|
|
2019-11-11 23:01:05 +01:00
|
|
|
# Remove UNUSED_CLI_VARIABLE from the cache to trigger the
|
|
|
|
# CMake warning message on re-builds as well.
|
|
|
|
unset(UNUSED_CLI_VARIABLE CACHE)
|
2013-11-03 12:27:13 +02:00
|
|
|
|
|
|
|
add_library(dummy empty.cpp)
|