-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
17 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
find_path(AIO_INCLUDE_DIR libaio.h) | ||
find_path(AIO_INCLUDE_DIRS libaio.h) | ||
|
||
find_library(AIO_LIBRARIES aio) | ||
|
||
include(FindPackageHandleStandardArgs) | ||
find_package_handle_standard_args(aio DEFAULT_MSG AIO_LIBRARIES AIO_INCLUDE_DIR) | ||
find_package_handle_standard_args(aio DEFAULT_MSG AIO_LIBRARIES AIO_INCLUDE_DIRS) | ||
|
||
mark_as_advanced(AIO_INCLUDE_DIR AIO_LIBRARIES) | ||
mark_as_advanced(AIO_INCLUDE_DIRS AIO_LIBRARIES) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
find_path(FUSE_INCLUDE_DIR fuse.h) | ||
find_path(FUSE_INCLUDE_DIRS fuse.h) | ||
|
||
find_library(FUSE_LIBRARIES fuse) | ||
|
||
include(FindPackageHandleStandardArgs) | ||
find_package_handle_standard_args(fuse DEFAULT_MSG FUSE_LIBRARIES FUSE_INCLUDE_DIR) | ||
find_package_handle_standard_args(fuse DEFAULT_MSG FUSE_LIBRARIES FUSE_INCLUDE_DIRS) | ||
|
||
mark_as_advanced(FUSE_INCLUDE_DIR FUSE_LIBRARIES) | ||
mark_as_advanced(FUSE_INCLUDE_DIRS FUSE_LIBRARIES) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
find_path(GFLAGS_INCLUDE_DIR gflags/gflags.h) | ||
find_path(GFLAGS_INCLUDE_DIRS gflags/gflags.h) | ||
|
||
find_library(GFLAGS_LIBRARIES gflags) | ||
|
||
include(FindPackageHandleStandardArgs) | ||
find_package_handle_standard_args(gflags DEFAULT_MSG GFLAGS_LIBRARIES GFLAGS_INCLUDE_DIR) | ||
find_package_handle_standard_args(gflags DEFAULT_MSG GFLAGS_LIBRARIES GFLAGS_INCLUDE_DIRS) | ||
|
||
mark_as_advanced(GFLAGS_INCLUDE_DIR GFLAGS_LIBRARIES) | ||
mark_as_advanced(GFLAGS_INCLUDE_DIRS GFLAGS_LIBRARIES) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
find_path(GMOCK_INCLUDE_DIR gmock/gmock.h) | ||
find_path(GMOCK_INCLUDE_DIRS gmock/gmock.h) | ||
|
||
find_library(GMOCK_LIBRARIES gmock) | ||
|
||
include(FindPackageHandleStandardArgs) | ||
find_package_handle_standard_args(gmock DEFAULT_MSG GMOCK_LIBRARIES GMOCK_INCLUDE_DIR) | ||
find_package_handle_standard_args(gmock DEFAULT_MSG GMOCK_LIBRARIES GMOCK_INCLUDE_DIRS) | ||
|
||
mark_as_advanced(GMOCK_INCLUDE_DIR GMOCK_LIBRARIES) | ||
mark_as_advanced(GMOCK_INCLUDE_DIRS GMOCK_LIBRARIES) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
find_path(GSASL_INCLUDE_DIR gsasl.h) | ||
find_path(GSASL_INCLUDE_DIRS gsasl.h) | ||
|
||
find_library(GSASL_LIBRARIES gsasl) | ||
|
||
include(FindPackageHandleStandardArgs) | ||
find_package_handle_standard_args(gsasl DEFAULT_MSG GSASL_LIBRARIES GSASL_INCLUDE_DIR) | ||
find_package_handle_standard_args(gsasl DEFAULT_MSG GSASL_LIBRARIES GSASL_INCLUDE_DIRS) | ||
|
||
mark_as_advanced(GSASL_INCLUDE_DIR GSASL_LIBRARIES) | ||
mark_as_advanced(GSASL_INCLUDE_DIRS GSASL_LIBRARIES) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters