Skip to content

Commit

Permalink
Removed C linkage setting
Browse files Browse the repository at this point in the history
  • Loading branch information
borisfom committed Feb 25, 2016
1 parent 2d278f5 commit 8de9fe8
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 8de9fe8

Please sign in to comment.