Skip to content

Commit

Permalink
Merge pull request #33 from aminya/conan-cxx
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya authored Dec 4, 2021
2 parents 340f9d9 + c2d3243 commit 498718e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Conan.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ macro(run_conan)
conan_cmake_install(
PATH_OR_REFERENCE ${CMAKE_SOURCE_DIR}
BUILD missing
# Pass compile-time configured options into conan
# Pass compile-time configured options into conan
OPTIONS ${ProjectOptions_CONAN_OPTIONS}
# Pass CMake compilers to Conan
ENV "CC=${CMAKE_C_COMPILER}" "CXX=${CMAKE_CXX_COMPILER}"
SETTINGS ${settings})
endforeach()

Expand Down

0 comments on commit 498718e

Please sign in to comment.