summaryrefslogtreecommitdiffstats
path: root/Source/CMakeLists.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2002-09-10 19:46:49 (GMT)
committerBrad King <brad.king@kitware.com>2002-09-10 19:46:49 (GMT)
commit820088cefc2831a887c141dc4daf6dd758c4c365 (patch)
tree5a65c177bbc95c43dc6ef55844dc3b283adc3ad4 /Source/CMakeLists.txt
parentde48dbbf7cb77315645566f14bed088d44585546 (diff)
downloadCMake-820088cefc2831a887c141dc4daf6dd758c4c365.zip
CMake-820088cefc2831a887c141dc4daf6dd758c4c365.tar.gz
CMake-820088cefc2831a887c141dc4daf6dd758c4c365.tar.bz2
ERR: Cast from pointer-to-data to pointer-to-function is not allowed in C++. The cast needed by cmDynamicLoader::GetSymbolAddress is now hidden in a C file.
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r--Source/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt
index e0dc7e4..06bd3b6 100644
--- a/Source/CMakeLists.txt
+++ b/Source/CMakeLists.txt
@@ -10,6 +10,7 @@ cmSourceFile.cxx
cmSystemTools.cxx
cmDirectory.cxx
cmDynamicLoader.cxx
+cmDynamicLoaderC.c
cmCommands.cxx
cmTarget.cxx
cmCustomCommand.cxx