forked from IntelRealSense/librealsense
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
foonathan build fixes & upgrade to 0.7-3
- Loading branch information
Showing
3 changed files
with
43 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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
|
||
# This is a dummy file, just so CMake does not complain: | ||
|
||
# CMake Error at build/third-party/fastdds/CMakeLists.txt:239 (find_package): | ||
# By not providing "Findfoonathan_memory.cmake" in CMAKE_MODULE_PATH this | ||
# project has asked CMake to find a package configuration file provided by | ||
# "foonathan_memory", but CMake did not find one. | ||
# | ||
# Could not find a package configuration file provided by "foonathan_memory" | ||
# with any of the following names: | ||
# | ||
# foonathan_memoryConfig.cmake | ||
# foonathan_memory-config.cmake | ||
# | ||
# Add the installation prefix of "foonathan_memory" to CMAKE_PREFIX_PATH or | ||
# set "foonathan_memory_DIR" to a directory containing one of the above | ||
# files. If "foonathan_memory" provides a separate development package or | ||
# SDK, be sure it has been installed. | ||
|
||
# FastDDS requires foonathan_memory and will not find it if we do not provide this | ||
# file. | ||
# | ||
# Since all the variables should already be set by external_foonathan_memory.cmake, | ||
# we don't really do anything. | ||
|
||
# This may not be the proper way to do this. But it works... | ||
|
||
|
||
#message( "In Findfoonathan_memory.cmake" ) | ||
|
||
|
||
#find_package( PkgConfig ) | ||
#pkg_check_modules( foonathan_memory QUIET foonathan_memory ) | ||
|
||
|
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
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