mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
fix md4c not being static on mac
This commit is contained in:
parent
12fed3fe53
commit
25b481e9db
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
cmake_minimum_required(VERSION 3.21 FATAL_ERROR)
|
||||
|
||||
set(BUILD_SHARED_LIBS OFF FORCE CACHE BOOL "Build libraries static")
|
||||
set(GEODE_VERSION 0.4.1)
|
||||
|
||||
project(geode-sdk VERSION ${GEODE_VERSION} LANGUAGES CXX C)
|
||||
|
|
Loading…
Reference in a new issue