Skip to content

Commit

Permalink
Fix for issue #29
Browse files Browse the repository at this point in the history
  • Loading branch information
pomerlef committed Mar 31, 2014
1 parent 2adcf0b commit 0000687
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -28,7 +28,7 @@ set(INSTALL_INCLUDE_DIR include CACHE PATH
if(WIN32 AND NOT CYGWIN)
set(DEF_INSTALL_CMAKE_DIR CMake)
else()
set(DEF_INSTALL_CMAKE_DIR lib/CMake/pointmatcher)
set(DEF_INSTALL_CMAKE_DIR lib/cmake/pointmatcher)
endif()
set(INSTALL_CMAKE_DIR ${DEF_INSTALL_CMAKE_DIR} CACHE PATH "Installation directory for CMake files")

Expand Down
2 changes: 1 addition & 1 deletion pointmatcherConfig.cmake.in
Expand Up @@ -7,4 +7,4 @@
get_filename_component(POINTMATCHER_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
set(POINTMATCHER_INCLUDE_DIRS "@CONF_INCLUDE_DIRS@")

set(POINTMATCHER_LIBRARIES "@POINTMATCHER_LIB@; @ALL_LIBS@")
set(POINTMATCHER_LIBRARIES "@POINTMATCHER_LIB@;@ALL_LIBS@")

0 comments on commit 0000687

Please sign in to comment.