Skip to content
Snippets Groups Projects
Commit 840eb992 authored by Steffen Müthing's avatar Steffen Müthing
Browse files

[CMake] Remove unused variable

parent c5e82ed2
No related branches found
No related tags found
1 merge request!46[CMake] Rewrite C++ standard detection
......@@ -151,7 +151,6 @@ if(NOT DISABLE_CXX_VERSION_CHECK)
if(cxx_std_flag)
list(GET CXX_VERSIONS_TEST ${version_index} version_test)
set(test_compiler_support "dune_check_cxx_${version}")
set(test_compiler_output "compiler_supports_cxx${version}")
cmake_push_check_state()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment