Opened 9 years ago
Closed 8 years ago
#8 closed task (fixed)
update CMake/Modules/Find*.cmake
| Reported by: | yanll | Owned by: | yanll |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | component1 | Version: | |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Parent ID: | Parent Tickets: | ||
| Estimated Number of Hours: | 0.0 | Add Hours to Ticket: | 0 |
| Billable?: | yes | Total Hours: | 0 |
Description
IF(SniperKernel_INCLUDE_DIR AND SniperKernel_LIBRARY)
SET(SniperKernel_FOUND TRUE)
SET(SniperKernel_LIBRARIES ${SniperKernel_LIBRARY})
SET(SniperKernel_INCLUDE_DIRS ${SniperKernel_INCLUDE_DIR})
ELSE()#IF(NOT SniperKernel_FOUND)
SET(SniperKernel_FOUND FALSE)
SET(SniperKernel_LIBRARIES)
SET(SniperKernel_INCLUDE_DIRS)
ENDIF()
Subtickets
Child Tickets
Change History (2)
comment:1 Changed 9 years ago by yanll
- Owner changed from somebody to yanll
- Status changed from new to assigned
comment:2 Changed 8 years ago by yanll
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
