summaryrefslogtreecommitdiffstats
path: root/Tests/LoadCommandOneConfig/CMakeLists.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-06-30 18:50:34 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-06-30 18:50:34 (GMT)
commit1563668fd0020ee1e2a59b97827468777e3b7955 (patch)
tree4a1af74d2b60244fbf9c9c26ef059fb24dfdde59 /Tests/LoadCommandOneConfig/CMakeLists.txt
parent4f7f6651830b847de006bf8bdc5cbd4a9e39805f (diff)
parentf0e298ad661a82f8368c7adea14e912d36ae8886 (diff)
downloadCMake-1563668fd0020ee1e2a59b97827468777e3b7955.zip
CMake-1563668fd0020ee1e2a59b97827468777e3b7955.tar.gz
CMake-1563668fd0020ee1e2a59b97827468777e3b7955.tar.bz2
Merge topic 'vs14-generator'
f0e298ad Help: Add notes for topic 'vs14-generator' 5c105140 Tests: Simplify LoadCommand tests b1cbd577 FindBoost: Add -vc140 mangling for VS 14 bdc7d9c8 VS14: Fix Cl and Link flag tables as previous versions d96b3f68 VS14: Generate flag tables from MSBuild v140 tool files 65624c39 VS14: Add Visual Studio 14 generator (#14982) 8635ac23 Tests/Preprocess: Remove unnecessary VS version tests
Diffstat (limited to 'Tests/LoadCommandOneConfig/CMakeLists.txt')
-rw-r--r--Tests/LoadCommandOneConfig/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/Tests/LoadCommandOneConfig/CMakeLists.txt b/Tests/LoadCommandOneConfig/CMakeLists.txt
index a75ad5a..6affd34 100644
--- a/Tests/LoadCommandOneConfig/CMakeLists.txt
+++ b/Tests/LoadCommandOneConfig/CMakeLists.txt
@@ -8,10 +8,6 @@ include (${CMAKE_ROOT}/Modules/CheckTypeSize.cmake)
CHECK_TYPE_SIZE(char SIZEOF_CHAR)
CHECK_TYPE_SIZE(short SIZEOF_SHORT)
-include (CheckFunctionExists)
-CHECK_FUNCTION_EXISTS(printf HAVE_PRINTF)
-CHECK_FUNCTION_EXISTS(vsblabla HAVE_VSBLABLA)
-
include (${CMAKE_ROOT}/Modules/CheckIncludeFile.cmake)
CHECK_INCLUDE_FILE("sys/prctl.h" HAVE_SYS_PRCTL_H)