Changeset 84 in pacpusframework for trunk/cmake/Findlog4cxx.cmake
- Timestamp:
- Jan 13, 2013, 11:45:03 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cmake/Findlog4cxx.cmake
r64 r84 13 13 14 14 include(FindPackageHandleStandardArgs) 15 16 IF(IS_BUILDING_PACPUS) 17 MESSAGE(FATAL_ERROR "Find log4cxx should use the folder inside pacpusframework to set include and library directories and not the environment variable LOG4CXX_ROOT") 18 ENDIF(IS_BUILDING_PACPUS) 15 19 16 20 # See if LOG4CXX_ROOT is not already set in CMake … … 103 107 # Link dirs 104 108 get_filename_component(LOG4CXX_LIBRARY_DIRS ${LOG4CXX_LIBRARY} PATH) 109 else() 110 message(FATAL_ERROR "LOG4CXX library not found") 105 111 endif() 106 112
Note:
See TracChangeset
for help on using the changeset viewer.