mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-28 16:20:01 +02:00
Remove deprecated std::(tr1::) checks
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
macro (CHECK_STD_FUNCTIONAL CXX_STD_FUNCTIONAL)
|
||||
include (CheckCXXSourceCompiles)
|
||||
check_cxx_source_compiles(
|
||||
"
|
||||
#include <functional>
|
||||
using std::function;
|
||||
int main()
|
||||
{
|
||||
return 0;
|
||||
}" ${CXX_STD_FUNCTIONAL})
|
||||
endmacro()
|
||||
|
@@ -1,12 +0,0 @@
|
||||
macro (CHECK_STD_TR1_FUNCTIONAL CXX_STD_TR1_FUNCTIONAL)
|
||||
include (CheckCXXSourceCompiles)
|
||||
check_cxx_source_compiles(
|
||||
"
|
||||
#include <tr1/functional>
|
||||
using std::tr1::function;
|
||||
int main()
|
||||
{
|
||||
return 0;
|
||||
}" ${CXX_STD_TR1_FUNCTIONAL})
|
||||
endmacro()
|
||||
|
Reference in New Issue
Block a user