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
diff options
context:
space:
mode:
authordskhudia <dskhudia@fb.com>2018-11-04 19:22:37 +0300
committerdskhudia <dskhudia@fb.com>2018-11-04 19:22:37 +0300
commit690dbc29d9b0cb373fa0303b7c30c20b527e9605 (patch)
tree56d9b3ebc1a7b5ff394e5dc9e08db9e44285e6f4 /CMakeLists.txt
parent505eb847185c9255526813dd39edadcd4e61d8e0 (diff)
Syncing with internal version. Fixes for Mac/clang build. Other minor fixes
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8a477d6..ad8ffd9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -93,6 +93,7 @@ if(NOT TARGET asmjit)
#build asmjit
set(ASMJIT_STATIC ON)
add_subdirectory("${ASMJIT_SRC_DIR}" "${FBGEMM_BINARY_DIR}/asmjit")
+ set_property(TARGET asmjit PROPERTY POSITION_INDEPENDENT_CODE ON)
endif()
if(NOT TARGET cpuinfo)