Skip to content

Commit f73f69e

Browse files
committed
fix: Use the cxx-compiler package which will set the correct compiler for the platform, and setup the required environment for it to work as expected
1 parent 48f6c5b commit f73f69e

File tree

3 files changed

+1123
-802
lines changed

3 files changed

+1123
-802
lines changed

cmake/FindZeroMQ.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ else (ZeroMQ_LIBRARIES AND ZeroMQ_INCLUDE_DIRS)
2929
find_path(ZeroMQ_INCLUDE_DIR
3030
NAMES
3131
zmq.h
32-
HINTS
33-
"$ENV{CONDA_PREFIX}/include"
3432
PATHS
3533
/usr/include
3634
/usr/local/include

0 commit comments

Comments
 (0)