Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/FBGEMM.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorDaya S Khudia <dskhudia@fb.com>2018-11-22 04:20:28 +0300
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>2018-11-22 04:23:42 +0300
commit670b2390f9c17194baa48016c6ff8369d0834ed5 (patch)
treece7239a8381703a318f30dfdbc1da232742cbf79 /cmake
parenta1f11f8cae1ef463c3e68d3456fb1692d42fad9c (diff)
Fix minor issues
Summary: 1) Building of shared library was broken. 2) Fix to a particular commit of asmjit so that we don't accidentally break anything due to changes in asmjit. Reviewed By: jspark1105, jianyuh Differential Revision: D13165343 fbshipit-source-id: 21ea6cf16c2e7d9b341339fccc0f50b4bf78f903
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/DownloadASMJIT.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/DownloadASMJIT.cmake b/cmake/modules/DownloadASMJIT.cmake
index 10640c2..ca39600 100644
--- a/cmake/modules/DownloadASMJIT.cmake
+++ b/cmake/modules/DownloadASMJIT.cmake
@@ -6,7 +6,7 @@ include(ExternalProject)
ExternalProject_Add(asmjit
GIT_REPOSITORY https://github.com/asmjit/asmjit
- GIT_TAG master
+ GIT_TAG 673dcefaa048c5f5a2bf8b85daf8f7b9978d018a
SOURCE_DIR "${FBGEMM_THIRDPARTY_DIR}/asmjit"
BINARY_DIR "${FBGEMM_BINARY_DIR}/asmjit"
CONFIGURE_COMMAND ""