Skip to content

Commit 97704a4

Browse files
Lint
1 parent cf4f1a3 commit 97704a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,16 @@ def set_vcpkg_environment_variables():
3939

4040
# ---------- find Python CasADi's include dirs (for Linux and macOS) -------------------
4141

42+
4243
def get_casadi_python_include_dir():
4344
import casadi
45+
4446
casadi_path = Path(casadi.__file__).parent
4547
include_dir = casadi_path / "include"
4648
assert include_dir.exists(), f"CasADi include directory not found at {include_dir}"
4749
return str(include_dir)
4850

51+
4952
if USE_PYTHON_CASADI:
5053
casadi_include = get_casadi_python_include_dir()
5154
INCLUDE_DIRS.append(casadi_include)

0 commit comments

Comments
 (0)