diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2021-09-11 10:27:15 +0000 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2021-09-11 10:27:15 +0000 |
| commit | 6cf69cbaacfa8c509cbe541a26dfa119d68845b9 (patch) | |
| tree | 5ce3a7bfcb80391b7708cb1ca7de368c02d4eebc | |
| parent | b9307275555b201aecaca213003e14da142909bf (diff) | |
| download | nimisewi_c-6cf69cbaacfa8c509cbe541a26dfa119d68845b9.tar.gz nimisewi_c-6cf69cbaacfa8c509cbe541a26dfa119d68845b9.zip | |
fixed error in CMakeLists.txt
and in this case i'm really unsure about version bump.
FossilOrigin-Name: 151c415c947559fc2c8889286a988ce9ec05a56d6720b5ba92cbde53ccfea20e
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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. \ |
