We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3063fe4 commit 65083a6Copy full SHA for 65083a6
pycode/memilio-generation/memilio/generation_test/test_oseir_generation.py
@@ -45,8 +45,6 @@ class TestOseirGeneration(unittest.TestCase):
45
46
# set environment variables such that cmake chooses a clang compiler. the C compiler is probably not needed
47
cmake_env = os.environ.copy()
48
- cmake_env["CXX"] = "clang++"
49
- cmake_env["CC"] = "clang"
50
# run cmake
51
cmake_cmd = ["cmake", os.path.join(
52
project_path, "pycode/memilio-generation"), "-Wno-dev"]
0 commit comments