Opened 17 years ago
Closed 16 years ago
#244 closed defect (worksforme)
Check for OIS
Reported by: | bensch | Owned by: | nobody |
---|---|---|---|
Priority: | trivial | Milestone: | Version 0.2 Codename: Bellatrix |
Component: | Cmake | Version: | |
Keywords: | CMake | Cc: | |
Referenced By: | References: |
Description
CMake does not test if libOIS exists and a compile error occurs if it is not around in the LevelLoader
Change History (3)
comment:1 Changed 17 years ago by bknecht
- Milestone changed from Version 0.1 Codename: Arcturus to Version 0.2 Codename: Bellatrix
comment:2 Changed 17 years ago by rgrieder
comment:3 Changed 16 years ago by bknecht
- Resolution set to worksforme
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
This could be done generally. I think there is a 'REQUIRED' keyword to tell the library finders that this library is essential and that otherwise a build will not succeed. Therefore cmake automatically aborts.