File tree Expand file tree Collapse file tree 6 files changed +44
-8
lines changed Expand file tree Collapse file tree 6 files changed +44
-8
lines changed Original file line number Diff line number Diff line change 6
6
7
7
find_path (AIO_INCLUDE_DIR
8
8
libaio.h
9
- HINTS $ENV{AIO_ROOT} /include )
9
+ HINTS $ENV{AIO_ROOT} /include /usr/include REQUIRED )
10
10
11
11
find_library (AIO_LIBRARIES
12
12
aio
13
- HINTS $ENV{AIO_ROOT} /lib )
13
+ HINTS $ENV{AIO_ROOT} /lib REQUIRED )
14
14
15
15
include (FindPackageHandleStandardArgs )
16
16
find_package_handle_standard_args (AIO DEFAULT_MSG AIO_LIBRARIES AIO_INCLUDE_DIR )
Original file line number Diff line number Diff line change 6
6
7
7
find_path (IDN_INCLUDE_DIR
8
8
idna.h
9
- HINTS $ENV{IDN_ROOT} /include )
9
+ HINTS $ENV{IDN_ROOT} /include /usr/include REQUIRED )
10
10
11
11
find_library (IDN_LIBRARIES
12
12
idn
13
- HINTS $ENV{IDN_ROOT} /lib )
13
+ HINTS $ENV{IDN_ROOT} /lib REQUIRED )
14
14
15
15
include (FindPackageHandleStandardArgs )
16
16
find_package_handle_standard_args (IDN DEFAULT_MSG IDN_LIBRARIES IDN_INCLUDE_DIR )
Original file line number Diff line number Diff line change @@ -399,6 +399,24 @@ copy=[
399
399
]
400
400
add_values =[{attr =" includes" , values =[" cmake/swig.cmake" ]}]
401
401
402
+ [[rules ]]
403
+ attrs =[
404
+ " packages-name=IDN" ,
405
+ ]
406
+ copy =[
407
+ " cmake/FindIDN.cmake" ,
408
+ ]
409
+ add_values =[{attr =" includes" , values =[" cmake/FindIDN.cmake" ]}]
410
+
411
+ [[rules ]]
412
+ attrs =[
413
+ " packages-name=AIO" ,
414
+ ]
415
+ copy =[
416
+ " cmake/FindAIO.cmake" ,
417
+ ]
418
+ add_values =[{attr =" includes" , values =[" cmake/FindAIO.cmake" ]}]
419
+
402
420
# Conan profiles for platforms
403
421
[[rules ]]
404
422
platforms =[
Original file line number Diff line number Diff line change 6
6
7
7
find_path (AIO_INCLUDE_DIR
8
8
libaio.h
9
- HINTS $ENV{AIO_ROOT} /include )
9
+ HINTS $ENV{AIO_ROOT} /include /usr/include REQUIRED )
10
10
11
11
find_library (AIO_LIBRARIES
12
12
aio
13
- HINTS $ENV{AIO_ROOT} /lib )
13
+ HINTS $ENV{AIO_ROOT} /lib REQUIRED )
14
14
15
15
include (FindPackageHandleStandardArgs )
16
16
find_package_handle_standard_args (AIO DEFAULT_MSG AIO_LIBRARIES AIO_INCLUDE_DIR )
Original file line number Diff line number Diff line change 6
6
7
7
find_path (IDN_INCLUDE_DIR
8
8
idna.h
9
- HINTS $ENV{IDN_ROOT} /include )
9
+ HINTS $ENV{IDN_ROOT} /include /usr/include REQUIRED )
10
10
11
11
find_library (IDN_LIBRARIES
12
12
idn
13
- HINTS $ENV{IDN_ROOT} /lib )
13
+ HINTS $ENV{IDN_ROOT} /lib REQUIRED )
14
14
15
15
include (FindPackageHandleStandardArgs )
16
16
find_package_handle_standard_args (IDN DEFAULT_MSG IDN_LIBRARIES IDN_INCLUDE_DIR )
Original file line number Diff line number Diff line change @@ -211,6 +211,24 @@ copy=[
211
211
]
212
212
add_values =[{attr =" includes" , values =[" cmake/swig.cmake" ]}]
213
213
214
+ [[rules ]]
215
+ attrs =[
216
+ " find_package=IDN" ,
217
+ ]
218
+ copy =[
219
+ " cmake/FindIDN.cmake" ,
220
+ ]
221
+ add_values =[{attr =" includes" , values =[" cmake/FindIDN.cmake" ]}]
222
+
223
+ [[rules ]]
224
+ attrs =[
225
+ " find_package=AIO" ,
226
+ ]
227
+ copy =[
228
+ " cmake/FindAIO.cmake" ,
229
+ ]
230
+ add_values =[{attr =" includes" , values =[" cmake/FindAIO.cmake" ]}]
231
+
214
232
# Conan profiles for platforms
215
233
[[rules ]]
216
234
platforms =[
You can’t perform that action at this time.
0 commit comments