From 953f49d744792c8b5c8f782658adcf435f426f72 Mon Sep 17 00:00:00 2001 From: Martin Moene Date: Sat, 15 Oct 2022 12:21:07 +0200 Subject: [PATCH] Use toplevel unit_name (nonstd-lite-project 56) https://github.com/martinmoene/nonstd-lite-project/issues/56 --- example/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt index 736d386..5eedac8 100644 --- a/example/CMakeLists.txt +++ b/example/CMakeLists.txt @@ -11,7 +11,7 @@ endif() project( example LANGUAGES CXX ) -set( unit_name "optional" ) +# unit_name provided by toplevel CMakeLists.txt set( PACKAGE ${unit_name}-bare ) set( PROGRAM ${unit_name}-bare )