diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-02-12 17:47:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-12 17:47:38 +0100 |
commit | 70a055bc278d4be86b5fca3f03ada312c4577f3d (patch) | |
tree | cd2890e43a02342cb2ba743ca446d6cc73d502f8 /CMakeLists.txt | |
parent | 2f6973e08b661f3a21724c9dda2977c55d5a3d45 (diff) | |
parent | 61db1c46beb465c33124ec4f34dfdcefd4d804d3 (diff) | |
download | PrismLauncher-70a055bc278d4be86b5fca3f03ada312c4577f3d.tar.gz PrismLauncher-70a055bc278d4be86b5fca3f03ada312c4577f3d.tar.bz2 PrismLauncher-70a055bc278d4be86b5fca3f03ada312c4577f3d.zip |
Merge pull request #143 from Scrumplex/refactor-link-nbtpp-static
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index fe19d820..74a63614 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -260,11 +260,9 @@ endif() include(ExternalProject) set_directory_properties(PROPERTIES EP_BASE External) -option(NBT_BUILD_SHARED "Build NBT shared library" ON) +option(NBT_BUILD_SHARED "Build NBT shared library" OFF) option(NBT_USE_ZLIB "Build NBT library with zlib support" OFF) option(NBT_BUILD_TESTS "Build NBT library tests" OFF) #FIXME: fix unit tests. -set(NBT_NAME Launcher_nbt++) -set(NBT_DEST_DIR ${LIBRARY_DEST_DIR}) add_subdirectory(libraries/libnbtplusplus) add_subdirectory(libraries/systeminfo) # system information library |