Skip to content
Snippets Groups Projects
Unverified Commit ace54b63 authored by Kelvin Rodriguez's avatar Kelvin Rodriguez Committed by GitHub
Browse files

Conda forge fix (#46)

* fixed bug where cks were using interval scope

* added a fix for conda-forge
parent 5ffcf032
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,9 @@ set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
# to avoid complaints in conda-forge, see https://conda-forge.org/docs/maintainer/knowledge_base/#newer-c-features-with-old-sdk
set(CXXFLAGS, "${CXXFLAGS} -D_LIBCPP_DISABLE_AVAILABILITY")
# Set up Anaconda prefix in the case with a non-default conda env is activated
if(EXISTS $ENV{CONDA_PREFIX})
message("CONDA PREFIX: $ENV{CONDA_PREFIX}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment