File tree 18 files changed +18
-21
lines changed
18 files changed +18
-21
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ include("${CMAKE_CURRENT_LIST_DIR}/utilities/polly_init.cmake")
11
11
12
12
polly_init(
13
13
"Clang static analyzer / c++11 support"
14
+ "Unix Makefiles"
14
15
)
15
16
16
17
include ("${CMAKE_CURRENT_LIST_DIR} /utilities/polly_common.cmake" )
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ include("${CMAKE_CURRENT_LIST_DIR}/utilities/polly_init.cmake")
11
11
12
12
polly_init(
13
13
"clang / GNU Standard C++ Library (libstdc++) / c++11 support"
14
+ "Unix Makefiles"
14
15
)
15
16
16
17
include ("${CMAKE_CURRENT_LIST_DIR} /utilities/polly_common.cmake" )
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ include("${CMAKE_CURRENT_LIST_DIR}/utilities/polly_init.cmake")
11
11
12
12
polly_init(
13
13
"clang / Custom LLVM Standard C++ Library (libc++) / c++11 support"
14
+ "Unix Makefiles"
14
15
)
15
16
16
17
include ("${CMAKE_CURRENT_LIST_DIR} /utilities/polly_common.cmake" )
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ include("${CMAKE_CURRENT_LIST_DIR}/utilities/polly_init.cmake")
11
11
12
12
polly_init(
13
13
"cygwin / gcc / c++11 support"
14
+ "Unix Makefiles"
14
15
)
15
16
16
17
include ("${CMAKE_CURRENT_LIST_DIR} /utilities/polly_common.cmake" )
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ include("${CMAKE_CURRENT_LIST_DIR}/utilities/polly_init.cmake")
11
11
12
12
polly_init(
13
13
"gcc / c++11 support"
14
+ "Unix Makefiles"
14
15
)
15
16
16
17
include ("${CMAKE_CURRENT_LIST_DIR} /utilities/polly_common.cmake" )
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ include("${CMAKE_CURRENT_LIST_DIR}/utilities/polly_init.cmake")
11
11
12
12
polly_init(
13
13
"gcc 4.8 / c++11 support"
14
+ "Unix Makefiles"
14
15
)
15
16
16
17
include ("${CMAKE_CURRENT_LIST_DIR} /utilities/polly_common.cmake" )
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ include("${CMAKE_CURRENT_LIST_DIR}/utilities/polly_init.cmake")
13
13
14
14
polly_init(
15
15
"iOS Universal (iphoneos + iphonesimulator) / i386 / armv7 / c++11 support"
16
+ "Xcode"
16
17
)
17
18
18
19
include ("${CMAKE_CURRENT_LIST_DIR} /utilities/polly_common.cmake" )
@@ -27,8 +28,5 @@ set(CMAKE_XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY "iPhone Developer")
27
28
set (IPHONEOS_ARCHS armv7)
28
29
set (IPHONESIMULATOR_ARCHS i386)
29
30
30
- # support for hunter (github.com/ruslo/hunter)
31
- set (HUNTER_CMAKE_GENERATOR Xcode)
32
-
33
31
include ("${CMAKE_CURRENT_LIST_DIR} /os/iphone.cmake" )
34
32
include ("${CMAKE_CURRENT_LIST_DIR} /flags/cxx11.cmake" )
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ include("${CMAKE_CURRENT_LIST_DIR}/utilities/polly_init.cmake")
13
13
14
14
polly_init(
15
15
"iOS Universal (iphoneos + iphonesimulator) / No code sign / c++11 support"
16
+ "Xcode"
16
17
)
17
18
18
19
include ("${CMAKE_CURRENT_LIST_DIR} /utilities/polly_common.cmake" )
@@ -56,8 +57,5 @@ endif()
56
57
set (IPHONEOS_ARCHS armv7;armv7s;arm64)
57
58
set (IPHONESIMULATOR_ARCHS i386;x86_64)
58
59
59
- # support for hunter (github.com/ruslo/hunter)
60
- set (HUNTER_CMAKE_GENERATOR Xcode)
61
-
62
60
include ("${CMAKE_CURRENT_LIST_DIR} /os/iphone.cmake" )
63
61
include ("${CMAKE_CURRENT_LIST_DIR} /flags/cxx11.cmake" )
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ include("${CMAKE_CURRENT_LIST_DIR}/utilities/polly_init.cmake")
13
13
14
14
polly_init(
15
15
"iOS Universal (iphoneos + iphonesimulator) / c++11 support"
16
+ "Xcode"
16
17
)
17
18
18
19
include ("${CMAKE_CURRENT_LIST_DIR} /utilities/polly_common.cmake" )
@@ -27,8 +28,5 @@ set(CMAKE_XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY "iPhone Developer")
27
28
set (IPHONEOS_ARCHS armv7;armv7s;arm64)
28
29
set (IPHONESIMULATOR_ARCHS i386;x86_64)
29
30
30
- # support for hunter (github.com/ruslo/hunter)
31
- set (HUNTER_CMAKE_GENERATOR Xcode)
32
-
33
31
include ("${CMAKE_CURRENT_LIST_DIR} /os/iphone.cmake" )
34
32
include ("${CMAKE_CURRENT_LIST_DIR} /flags/cxx11.cmake" )
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ include("${CMAKE_CURRENT_LIST_DIR}/utilities/polly_init.cmake")
11
11
12
12
polly_init(
13
13
"clang / LLVM Standard C++ Library (libc++) / c++11 support"
14
+ "Unix Makefiles"
14
15
)
15
16
16
17
include ("${CMAKE_CURRENT_LIST_DIR} /utilities/polly_common.cmake" )
Original file line number Diff line number Diff line change @@ -11,11 +11,10 @@ include("${CMAKE_CURRENT_LIST_DIR}/utilities/polly_init.cmake")
11
11
12
12
polly_init(
13
13
"mingw / gcc / c++11 support"
14
+ "MinGW Makefiles"
14
15
)
15
16
16
17
include ("${CMAKE_CURRENT_LIST_DIR} /utilities/polly_common.cmake" )
17
18
18
19
include ("${CMAKE_CURRENT_LIST_DIR} /compiler/gcc.cmake" )
19
20
include ("${CMAKE_CURRENT_LIST_DIR} /flags/cxx11.cmake" )
20
-
21
- set (HUNTER_CMAKE_GENERATOR "MinGW Makefiles" )
Original file line number Diff line number Diff line change @@ -11,10 +11,9 @@ include("${CMAKE_CURRENT_LIST_DIR}/utilities/polly_init.cmake")
11
11
12
12
polly_init(
13
13
"NMake / Visual Studio 2013 / x64"
14
+ "NMake Makefiles"
14
15
)
15
16
16
17
include ("${CMAKE_CURRENT_LIST_DIR} /utilities/polly_common.cmake" )
17
18
include ("${CMAKE_CURRENT_LIST_DIR} /compiler/msvc-2013.cmake" )
18
19
include ("${CMAKE_CURRENT_LIST_DIR} /arch/msvc-x64.cmake" )
19
-
20
- set (HUNTER_CMAKE_GENERATOR "NMake Makefiles" )
Original file line number Diff line number Diff line change @@ -11,10 +11,9 @@ include("${CMAKE_CURRENT_LIST_DIR}/utilities/polly_init.cmake")
11
11
12
12
polly_init(
13
13
"NMake / Visual Studio 2013 / x86"
14
+ "NMake Makefiles"
14
15
)
15
16
16
17
include ("${CMAKE_CURRENT_LIST_DIR} /utilities/polly_common.cmake" )
17
18
include ("${CMAKE_CURRENT_LIST_DIR} /compiler/msvc-2013.cmake" )
18
19
include ("${CMAKE_CURRENT_LIST_DIR} /arch/msvc-x86.cmake" )
19
-
20
- set (HUNTER_CMAKE_GENERATOR "NMake Makefiles" )
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ include("${CMAKE_CURRENT_LIST_DIR}/utilities/polly_init.cmake")
11
11
12
12
polly_init(
13
13
"Clang address sanitizer / c++11 support"
14
+ "Unix Makefiles"
14
15
)
15
16
16
17
include ("${CMAKE_CURRENT_LIST_DIR} /utilities/polly_common.cmake" )
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ include("${CMAKE_CURRENT_LIST_DIR}/utilities/polly_init.cmake")
11
11
12
12
polly_init(
13
13
"Clang memory leaks sanitizer / c++11 support"
14
+ "Unix Makefiles"
14
15
)
15
16
16
17
include ("${CMAKE_CURRENT_LIST_DIR} /utilities/polly_common.cmake" )
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ include("${CMAKE_CURRENT_LIST_DIR}/utilities/polly_init.cmake")
11
11
12
12
polly_init(
13
13
"Clang memory sanitizer / c++11 support"
14
+ "Unix Makefiles"
14
15
)
15
16
16
17
include ("${CMAKE_CURRENT_LIST_DIR} /utilities/polly_common.cmake" )
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ include("${CMAKE_CURRENT_LIST_DIR}/utilities/polly_init.cmake")
11
11
12
12
polly_init(
13
13
"Clang thread sanitizer / c++11 support"
14
+ "Unix Makefiles"
14
15
)
15
16
16
17
include ("${CMAKE_CURRENT_LIST_DIR} /utilities/polly_common.cmake" )
Original file line number Diff line number Diff line change @@ -11,16 +11,11 @@ include("${CMAKE_CURRENT_LIST_DIR}/utilities/polly_init.cmake")
11
11
12
12
polly_init(
13
13
"Xcode / LLVM Standard C++ Library (libc++) / c++11 support"
14
+ "Xcode"
14
15
)
15
16
16
17
include ("${CMAKE_CURRENT_LIST_DIR} /utilities/polly_common.cmake" )
17
18
18
- if (NOT XCODE_VERSION )
19
- polly_fatal_error("This toolchain is available only for Xcode" )
20
- endif ()
21
-
22
- set (HUNTER_CMAKE_GENERATOR Xcode)
23
-
24
19
execute_process (
25
20
COMMAND
26
21
xcrun --find clang
You can’t perform that action at this time.
0 commit comments