summaryrefslogtreecommitdiff
path: root/build/CMakeFiles/CMakeSystem.cmake
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-03-03 14:17:52 +0100
committerTomas Chvatal <scarabeus@gentoo.org>2009-03-03 14:17:52 +0100
commit25a5462dca99b0f8317e6a08194a56dd5fe1a458 (patch)
tree860c4f2e71bdaf22921d11a8ec22dd2dc854ef1b /build/CMakeFiles/CMakeSystem.cmake
parentbdb24d2eb406a6dc313f31c796201dd1fdb998f2 (diff)
Allow optional ipv6 build, how comes that so far noone screamed that the support is not in...
Diffstat (limited to 'build/CMakeFiles/CMakeSystem.cmake')
-rw-r--r--build/CMakeFiles/CMakeSystem.cmake15
1 files changed, 15 insertions, 0 deletions
diff --git a/build/CMakeFiles/CMakeSystem.cmake b/build/CMakeFiles/CMakeSystem.cmake
new file mode 100644
index 0000000..285c56f
--- /dev/null
+++ b/build/CMakeFiles/CMakeSystem.cmake
@@ -0,0 +1,15 @@
+
+
+SET(CMAKE_SYSTEM "Linux-2.6.28-gentoo-r2")
+SET(CMAKE_SYSTEM_NAME "Linux")
+SET(CMAKE_SYSTEM_VERSION "2.6.28-gentoo-r2")
+SET(CMAKE_SYSTEM_PROCESSOR "x86_64")
+
+SET(CMAKE_HOST_SYSTEM "Linux-2.6.28-gentoo-r2")
+SET(CMAKE_HOST_SYSTEM_NAME "Linux")
+SET(CMAKE_HOST_SYSTEM_VERSION "2.6.28-gentoo-r2")
+SET(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
+
+SET(CMAKE_CROSSCOMPILING "FALSE")
+
+SET(CMAKE_SYSTEM_LOADED 1)