Changeset 26 in pacpusframework for trunk/cmake/PacpusDependencies.cmake
- Timestamp:
- Jan 8, 2013, 5:00:30 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cmake/PacpusDependencies.cmake
r7 r26 45 45 endif() 46 46 endif() 47 48 # ======================================== 49 # Doxygen 50 # ======================================== 51 if (PACPUS_BUILD_DOC) 52 find_package(Doxygen) 53 if (NOT DOXYGEN_FOUND) 54 message(FATAL_ERROR "Doxygen is needed to build the documentation. Please install it correctly") 55 endif() 56 endif()
Note:
See TracChangeset
for help on using the changeset viewer.