Skip to content

Commit 65083a6

Browse files
committed
del explicit clang generation
1 parent 3063fe4 commit 65083a6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pycode/memilio-generation/memilio/generation_test/test_oseir_generation.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ class TestOseirGeneration(unittest.TestCase):
4545

4646
# set environment variables such that cmake chooses a clang compiler. the C compiler is probably not needed
4747
cmake_env = os.environ.copy()
48-
cmake_env["CXX"] = "clang++"
49-
cmake_env["CC"] = "clang"
5048
# run cmake
5149
cmake_cmd = ["cmake", os.path.join(
5250
project_path, "pycode/memilio-generation"), "-Wno-dev"]

0 commit comments

Comments
 (0)