Skip to content

Commit

Permalink
Attempt to remove the ENV command not compatible with Conan 2
Browse files Browse the repository at this point in the history
  • Loading branch information
gadial committed Feb 4, 2025
1 parent 011eeae commit 5416f45
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmake/conan_utils.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ macro(setup_conan)
endif()
conan_cmake_run(REQUIRES "llvm-openmp/12.0.1"
OPTIONS ${AER_CONAN_OPTIONS}
ENV CONAN_CMAKE_PROGRAM=${CMAKE_COMMAND}
BASIC_SETUP
CMAKE_TARGETS
KEEP_RPATHS
Expand Down Expand Up @@ -52,7 +51,6 @@ macro(setup_conan)
if (CMAKE_OSX_ARCHITECTURES STREQUAL "arm64")
conan_cmake_run(REQUIRES ${REQUIREMENTS}
OPTIONS ${CONAN_OPTIONS}
ENV CONAN_CMAKE_PROGRAM=${CMAKE_COMMAND}
BASIC_SETUP
CMAKE_TARGETS
KEEP_RPATHS
Expand All @@ -62,7 +60,6 @@ macro(setup_conan)
else()
conan_cmake_run(REQUIRES ${REQUIREMENTS}
OPTIONS ${CONAN_OPTIONS}
ENV CONAN_CMAKE_PROGRAM=${CMAKE_COMMAND}
BASIC_SETUP
CMAKE_TARGETS
KEEP_RPATHS
Expand Down

0 comments on commit 5416f45

Please sign in to comment.