Changeset 31 for CMake_modules
- Timestamp:
- 02/29/08 14:25:23 (17 years ago)
- Location:
- CMake_modules
- Files:
-
- 1 added
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
CMake_modules/FindITPP.cmake
r25 r31 10 10 11 11 FIND_PATH(ITPP_INCLUDE_DIR itpp/itbase.h 12 /usr/local/include 13 /usr/include 14 D:\\utia\\vasek\\itpp-4.0.1 15 C:\\ 12 C:\\itpp-4.0.1 16 13 ) 17 14 … … 19 16 FIND_LIBRARY(ITPP_LIBRARY 20 17 NAMES itpp itpp_debug 21 PATHS /usr/lib /usr/local/lib D:\\utia\\vasek\\itpp-4.0.1\\win32\\lib C:\\18 PATHS C:\\itpp-4.0.1\\win32\\lib 22 19 ) 23 20 … … 41 38 42 39 # Deprecated declarations. 43 SET (NATIVE_ITPP_INCLUDE_PATH ${ITPP_INCLUDE_DIR} )44 40 GET_FILENAME_COMPONENT (NATIVE_ITPP_LIB_PATH ${ITPP_LIBRARY} PATH) 45 41