Skip to content

Instantly share code, notes, and snippets.

@adsr
Created January 6, 2015 19:14
Show Gist options
  • Save adsr/f701e81d694ea2284ef2 to your computer and use it in GitHub Desktop.
Save adsr/f701e81d694ea2284ef2 to your computer and use it in GitHub Desktop.
diff --git hphp/runtime/ext/thrift/config.cmake hphp/runtime/ext/thrift/config.cmake
new file mode 100644
index 0000000..6cbe313
--- /dev/null
+++ hphp/runtime/ext/thrift/config.cmake
@@ -0,0 +1,3 @@
+if (NOT DISABLE_THRIFT)
+ HHVM_SELECT_SOURCES(${CMAKE_CURRENT_SOURCE_DIR})
+endif()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment