fixed error in CMakeLists.txt and in this case i'm really unsure about version bump. FossilOrigin-Name: 151c415c947559fc2c8889286a988ce9ec05a56d6720b5ba92cbde53ccfea20e
la-ninpre leobrekalini@gmail.com
Sat, 11 Sep 2021 10:27:15 +0000
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
CMakeLists.txt
→
CMakeLists.txt
@@ -173,7 +173,7 @@
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. \