Skip to content

Commit

Permalink
Remove test prints
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Mar 25, 2021
1 parent 3369476 commit 860fde7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions freud/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ endif()
# Detect when building against a conda environment set the _using_conda variable
# for use both in this file and in the parent
get_filename_component(_python_bin_dir ${PYTHON_EXECUTABLE} DIRECTORY)
message("PYTHON_EXECUTABLE: ${PYTHON_EXECUTABLE}")
message("_python_bin_dir: ${_python_bin_dir}")
execute_process(COMMAND ls "${_python_bin_dir}/..")
if(EXISTS "${_python_bin_dir}/../conda-meta")
message("-- Detected conda environment, setting INSTALL_RPATH_USE_LINK_PATH")
set(_using_conda On)
Expand Down

0 comments on commit 860fde7

Please sign in to comment.