diff options
author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2006-03-10 20:08:40 (GMT) |
---|---|---|
committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2006-03-10 20:08:40 (GMT) |
commit | fe66b15da4fa8060abb191235ef2450b9dca82bf (patch) | |
tree | 78d8cf2849fc4b08365060778849f8c024ab132a /Source/kwsys/CMakeLists.txt | |
parent | 862f5df25c509e2df59d00597b0c4b4d14cf5eaa (diff) | |
download | CMake-fe66b15da4fa8060abb191235ef2450b9dca82bf.zip CMake-fe66b15da4fa8060abb191235ef2450b9dca82bf.tar.gz CMake-fe66b15da4fa8060abb191235ef2450b9dca82bf.tar.bz2 |
BUG: Fix problem with in the path
Diffstat (limited to 'Source/kwsys/CMakeLists.txt')
-rw-r--r-- | Source/kwsys/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/kwsys/CMakeLists.txt b/Source/kwsys/CMakeLists.txt index faae76f..6771d26 100644 --- a/Source/kwsys/CMakeLists.txt +++ b/Source/kwsys/CMakeLists.txt @@ -516,7 +516,6 @@ IF(KWSYS_C_SRCS OR KWSYS_CXX_SRCS) # If kwsys contains the DynamicLoader, need extra library IF(KWSYS_USE_DynamicLoader) ADD_LIBRARY(testDynload MODULE testDynload.c) - GET_TARGET_PROPERTY(TEST_DYNLOAD_LOCATION testDynload LOCATION) IF(UNIX) TARGET_LINK_LIBRARIES(${KWSYS_NAMESPACE} ${CMAKE_DL_LIBS}) ENDIF(UNIX) |