diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 93094f37..56d28d6e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -159,21 +159,6 @@ endforeach() # AC_CHECK_CXX_COMPLEX_FMOD !failed: AC_CHECK_CXX_COMPLEX_POLAR # AC_CHECK_CXX_COMPLEX_POLAR_COMPLEX !failed -# -# Namespace -# -# Check whether the compiler implements namespaces -# -try_compile( - HAVE_NAMESPACES ${CMAKE_BINARY_DIR} - ${qucs-core_SOURCE_DIR}/cmake/namespaces.cpp OUTPUT_VARIABLE TRY_OUT) -if(NOT HAVE_NAMESPACES) - message( - SEND_ERROR - "${PROJECT_NAME} requires an c++ compiler with namespace HAVE_NAMESPACES failed" - ) # ${TRY_OUT}") -endif() - # # Check whether the compiler has complex #