diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2018-03-09 18:12:58 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-09 18:12:58 -0600 |
| commit | 30a9f61d6df88716a1c6585859ae130e7af427e3 (patch) | |
| tree | fcd6144bcbc562a1a1f981d5f0b4f3b9003ad555 | |
| parent | c7f660e061f92901b80558c2bfe7640944fc1840 (diff) | |
| parent | f7ab05767c88dd04dc60fc3a687ffe6d4328e444 (diff) | |
Merge pull request #266 from SuperSandro2000/Develop
Don't set zlib_root
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | readme.md | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 245626aa..9c6351f7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,6 +11,4 @@ LIST(APPEND CMAKE_PREFIX_PATH ${QT_ROOT}/lib/cmake) FILE(GLOB_RECURSE BOOST_ROOT ${DEPENDENCIES_DIR}/boost*/project-config.jam) GET_FILENAME_COMPONENT(BOOST_ROOT ${BOOST_ROOT} DIRECTORY) -SET(ZLIB_ROOT ${DEPENDENCIES_DIR}/zlib) - ADD_SUBDIRECTORY(src) @@ -59,7 +59,6 @@ Here is a complete list: * https://github.com/LePresidente/modorganizer-game_oblivion
* https://github.com/LePresidente/modorganizer-game_skyrim
* https://github.com/LePresidente/modorganizer-game_skyrimSE
-* https://github.com/LePresidente/modorganizer-hookdll
* https://github.com/LePresidente/modorganizer-installer_bain
* https://github.com/LePresidente/modorganizer-installer_bundle
* https://github.com/LePresidente/modorganizer-installer_fomod
@@ -75,5 +74,8 @@ Here is a complete list: * https://github.com/LePresidente/modorganizer-tool_inibakery
* https://github.com/LePresidente/modorganizer-uibase
* https://github.com/LePresidente/usvfs
+
+### Unused Repositories
+* https://github.com/LePresidente/modorganizer-hookdll
* https://github.com/TanninOne/modorganizer-tool_nmmimport
|
