Skip to content

Commit

Permalink
Remove namespace check
Browse files Browse the repository at this point in the history
  • Loading branch information
ra3xdh committed Jul 5, 2024
1 parent 596d83b commit 6a2305a
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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<T>
#
Expand Down

0 comments on commit 6a2305a

Please sign in to comment.