~wbetz/fesslix/flxeigen

« back to all changes in this revision

Viewing changes to cmake/Modules/FindFlxlib.cmake

  • Committer: Wolfgang Betz
  • Date: 2016-07-06 08:59:35 UTC
  • Revision ID: wolfgang.betz@fesslix.org-20160706085935-mt8260hd3tjiduuq
CMake: Fixed problem with Version 2.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
          )
43
43
endif()
44
44
 
45
 
get_filename_component(FLXLIB_LIB_DIR ${FLXLIB_LIBRARY_FUNCTION} DIRECTORY)
 
45
get_filename_component(FLXLIB_LIB_DIR ${FLXLIB_LIBRARY_FUNCTION} PATH)
46
46
 
47
47
set(FLXLIB_LIBRARY ${FLXLIB_LIBRARY_FUNCTION} )
48
48
if(UNIX)