From 6cf69cbaacfa8c509cbe541a26dfa119d68845b9 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Sat, 11 Sep 2021 10:27:15 +0000 Subject: fixed error in CMakeLists.txt and in this case i'm really unsure about version bump. FossilOrigin-Name: 151c415c947559fc2c8889286a988ce9ec05a56d6720b5ba92cbde53ccfea20e --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2a3278f..ab653b7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -173,7 +173,7 @@ endif() # HAVE_LIBBSD_STATIC option(NIMISEWI_STATIC_BUILD "build static version of nimisewi" OFF) if(NIMISEWI_STATIC_BUILD) if(NIMISEWI_CGI_STATIC_BUILD) - target_link_options(nimisewi.cgi PUBLIC -static) + target_link_options(nimisewi PUBLIC -static) else() # NIMISEWI_CGI_STATIC_BUILD message(SEND_ERROR "missing ${_MISSING_STATIC_LIBS}. will not link statically. \ -- cgit v1.2.3