mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
cmake: use option() for STATIC
This commit is contained in:
parent
c24d22b44e
commit
799e8b241f
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ if(MSVC OR MINGW)
|
|||
else()
|
||||
set(DEFAULT_STATIC false)
|
||||
endif()
|
||||
set(STATIC ${DEFAULT_STATIC} CACHE BOOL "Link libraries statically")
|
||||
option(STATIC "Link libraries statically" ${DEFAULT_STATIC})
|
||||
|
||||
IF(STATIC)
|
||||
IF(MSVC)
|
||||
|
|
Loading…
Reference in a new issue