Skip to content

Commit

Permalink
so ignore and rpath on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
galabovaa committed Apr 6, 2023
1 parent 01c29ce commit 64e6deb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ pip-log.txt
#SCIP interface
lpi_highs.cpp

src/highspy/highs_bindings.*.so
highs_bindings.*.so

# Model written with HiGHSDEV=on
HighsRunModel.mps
Expand Down
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ if(PYTHON OR FORTRAN OR CSHARP)
set(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE)
endif()

# For Python interface
set(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE)

# Basic type
include(CMakePushCheckState)
cmake_push_check_state(RESET)
Expand Down

0 comments on commit 64e6deb

Please sign in to comment.