Skip to content

Commit

Permalink
Fix boost find call"
Browse files Browse the repository at this point in the history
  • Loading branch information
slacrherbst committed Dec 4, 2024
1 parent be66f5b commit 0eeada2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ if ( NOT NO_PYTHON )

# Hint for boost on anaconda
if (DEFINED ENV{CONDA_PREFIX})
set(Boost_ROOT $ENV{CONDA_PREFIX})
set(BOOST_ROOT $ENV{CONDA_PREFIX})
endif()

# libboost_python3.7 style libraries
Expand Down
2 changes: 1 addition & 1 deletion templates/RogueConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ if ( NOT NO_PYTHON )

# Hint for boost on anaconda
if (DEFINED ENV{CONDA_PREFIX})
set(Boost_ROOT $ENV{CONDA_PREFIX})
set(BOOST_ROOT $ENV{CONDA_PREFIX})
endif()

# libboost_python3.7 style libraries
Expand Down

0 comments on commit 0eeada2

Please sign in to comment.