Skip to content

Instantly share code, notes, and snippets.

@timawesomeness
Created July 17, 2018 06:43
Show Gist options
  • Save timawesomeness/876f8346fd8692218e8b7dd236a80c01 to your computer and use it in GitHub Desktop.
Save timawesomeness/876f8346fd8692218e8b7dd236a80c01 to your computer and use it in GitHub Desktop.
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 2370e97c..fb682fd7 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -60,13 +60,6 @@ endif()
add_subdirectory(3rd/libirc/libirc libirc)
add_subdirectory(3rd/libirc/libircclient libircclient)
-# YAML
-option(YAML_CPP_BUILD_TOOLS "Disable tests" OFF)
-option(YAML_CPP_BUILD_TESTS "Enable testing" OFF)
-option(YAML_CPP_BUILD_TOOLS "Enable parse tools" OFF)
-option(BUILD_SHARED_LIBS "Build as shared" ON)
-include_directories("3rd/yaml-cpp/include/")
-add_subdirectory(3rd/yaml-cpp)
if (HUGGLE_EXT)
if(NOT MINGW AND WIN32)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY_RELEASE ${CMAKE_CURRENT_BINARY_DIR}/Release/extensions)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment