Skip to content

Commit

Permalink
Merge pull request #72 from poacpm/develop
Browse files Browse the repository at this point in the history
Fix bug
  • Loading branch information
Ken Matsui authored Jan 29, 2019
2 parents d1de190 + de43850 commit 9bc876e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ endif()

include_directories( "/usr/local/include" )
link_directories( "/usr/local/lib" )
if(${APPLE})
include_directories( "/usr/local/opt/openssl/include" )
link_directories( "/usr/local/opt/openssl/lib" )
endif()
include_directories( "/usr/local/opt/openssl/include" )
link_directories( "/usr/local/opt/openssl/lib" )

add_executable(${PROJECT_NAME} main.cpp)
target_link_libraries(${PROJECT_NAME}
Expand Down

0 comments on commit 9bc876e

Please sign in to comment.