cmake_minimum_required(VERSION 3.18)

project(fcmaes_legacy_entrypoint LANGUAGES NONE)

message(FATAL_ERROR
  "The legacy _fcmaescpp CMake entrypoint has been replaced. "
  "Configure the project from the repository root instead.")
 
