Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/1.10' into 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Totktonada committed Aug 2, 2018
2 parents 4cc0c2c + ac590da commit 29df7d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/BuildLibYAML.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ macro(libyaml_build)
set(LIBYAML_INCLUDE_DIRS ${PROJECT_SOURCE_DIR}/third_party/libyaml/include)
set(LIBYAML_LIBRARIES yaml)

add_subdirectory(${PROJECT_SOURCE_DIR}/third_party/libyaml)
add_subdirectory(${PROJECT_SOURCE_DIR}/third_party/libyaml EXCLUDE_FROM_ALL)
# See comments in BuildLibEV.cmake
set_target_properties(yaml PROPERTIES COMPILE_FLAGS "-w")

Expand Down
2 changes: 1 addition & 1 deletion test-run

0 comments on commit 29df7d3

Please sign in to comment.