Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
liorko87 committed Feb 13, 2020
1 parent 4914986 commit a9e5d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ elseif(APPLE)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mavx -maes -msse4.1 -mpclmul -mbmi2 -O3")
INCLUDE_DIRECTORIES($ENV{HOME} ${SCAPI_BASE_DIR}/install/include
${SCAPI_BASE_DIR}/lib/OTExtensionBristol $ENV{HOME}/libOTe $ENV{HOME}/libOTe/cryptoTools
usr/local/opt/[email protected]/include)
/usr/local/opt/[email protected]/include)
link_directories(/usr/ssl/lib/ $ENV{HOME}/libscapi/install/lib /usr/local/opt/[email protected]/lib)

else()
Expand Down

0 comments on commit a9e5d39

Please sign in to comment.