Commit f2474a0
Update build system (#115)
* fix some installation paths
Use GNUInstallDirs variable throughout the build system.
Bug: #100
Signed-off-by: Bernd Waibel <[email protected]>
* streamline finding OpenEXR and Imath / IlmBase
The search for OpenEXR and IlmBase resp. Imath dependencies can be
simplified, as OpenEXR depends on either Imath or IlmBase, depending
if we use <OpenEXR-3 or >=OpenEXR-3.
Signed-off-by: Bernd Waibel <[email protected]>
* enable testing only when CMAKE_BUILD_TESTS=ON
The function enable_testing was globally enabled, no matter the value
of the CMAKE_BUILD_TESTS option. This patch guards this call, so it
only gets called, when CMAKE_BUILD_TESTS=ON.
Signed-off-by: Bernd Waibel <[email protected]>
* require C++ 11 using set(CMAKE_CXX_STANDARD 11)
* add #include <limits> for std::numeric_limits
* remove pkg-config *.pc.in and cmake *.cmake.in files
Signed-off-by: Bernd Waibel <[email protected]>
Co-authored-by: michaeldsmith <[email protected]>1 parent 2483047 commit f2474a0
File tree
14 files changed
+18
-150
lines changed- OpenEXR_CTL
- CtlModules
- exr_ctl_exr
- exrdpx
- config
- lib
- IlmCtlMath
- IlmImfCtl
- dpx
14 files changed
+18
-150
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
| 5 | + | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
86 | 34 | | |
87 | | - | |
| 35 | + | |
88 | 36 | | |
89 | 37 | | |
90 | 38 | | |
91 | 39 | | |
92 | 40 | | |
93 | | - | |
| 41 | + | |
94 | 42 | | |
95 | 43 | | |
96 | 44 | | |
97 | 45 | | |
98 | | - | |
| 46 | + | |
| 47 | + | |
99 | 48 | | |
100 | 49 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | 14 | | |
19 | 15 | | |
20 | 16 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments