Skip to content

Commit

Permalink
Merge pull request #561 from borisfom/pkg_src_bugfix
Browse files Browse the repository at this point in the history
Removed C linkage setting
  • Loading branch information
soumith committed Feb 25, 2016
2 parents 9622f43 + 8de9fe8 commit b105bdd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/TorchPackage.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ MACRO(ADD_TORCH_PACKAGE package src luasrc)
SET_TARGET_PROPERTIES(${package} PROPERTIES
PREFIX "lib"
IMPORT_PREFIX "lib"
LINKER_LANGUAGE "C"
INSTALL_NAME_DIR "@executable_path/${Torch_INSTALL_BIN2CPATH}")

IF(APPLE)
Expand Down

0 comments on commit b105bdd

Please sign in to comment.