forked from eclipse-ecal/ecal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CMake: Remove dirty find_package hack. (eclipse-ecal#1260)
* CMake: Remove find_package hack and change thirdparty layout
- Loading branch information
1 parent
0464efa
commit 263c7c0
Showing
90 changed files
with
181 additions
and
127 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
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,57 +1,57 @@ | ||
[submodule "thirdparty/protobuf"] | ||
path = thirdparty/protobuf | ||
path = thirdparty/protobuf/protobuf | ||
url = https://github.com/protocolbuffers/protobuf.git | ||
[submodule "thirdparty/asio"] | ||
path = thirdparty/asio | ||
path = thirdparty/asio/asio | ||
url = https://github.com/chriskohlhoff/asio.git | ||
[submodule "thirdparty/tclap"] | ||
path = thirdparty/tclap | ||
path = thirdparty/tclap/tclap | ||
url = https://github.com/xguerin/tclap.git | ||
[submodule "thirdparty/simpleini"] | ||
path = thirdparty/simpleini | ||
path = thirdparty/simpleini/simpleini | ||
url = https://github.com/brofield/simpleini.git | ||
[submodule "thirdparty/spdlog"] | ||
path = thirdparty/spdlog | ||
path = thirdparty/spdlog/spdlog | ||
url = https://github.com/gabime/spdlog.git | ||
[submodule "thirdparty/googletest"] | ||
path = thirdparty/googletest | ||
path = thirdparty/gtest/googletest | ||
url = https://github.com/google/googletest.git | ||
[submodule "thirdparty/fineftp-server"] | ||
path = thirdparty/fineftp-server | ||
path = thirdparty/fineftp/fineftp-server | ||
url = https://github.com/eclipse-ecal/fineftp-server.git | ||
[submodule "thirdparty/tinyxml2"] | ||
path = thirdparty/tinyxml2 | ||
path = thirdparty/tinyxml2/tinyxml2 | ||
url = https://github.com/leethomason/tinyxml2 | ||
[submodule "thirdparty/curl"] | ||
path = thirdparty/curl | ||
path = thirdparty/curl/curl | ||
url = https://github.com/curl/curl.git | ||
[submodule "thirdparty/zlib"] | ||
path = thirdparty/zlib | ||
path = thirdparty/zlib/zlib | ||
url = https://github.com/madler/zlib.git | ||
[submodule "thirdparty/libssh2"] | ||
path = thirdparty/libssh2 | ||
path = thirdparty/libssh2/libssh2 | ||
url = https://github.com/libssh2/libssh2.git | ||
[submodule "thirdparty/hdf5"] | ||
path = thirdparty/hdf5 | ||
path = thirdparty/hdf5/hdf5 | ||
url = https://github.com/HDFGroup/hdf5.git | ||
[submodule "thirdparty/termcolor"] | ||
path = thirdparty/termcolor | ||
path = thirdparty/termcolor/termcolor | ||
url = https://github.com/ikalnytskyi/termcolor.git | ||
[submodule "thirdparty/recycle"] | ||
path = thirdparty/recycle | ||
path = thirdparty/recycle/recycle | ||
url = https://github.com/steinwurf/recycle.git | ||
[submodule "thirdparty/tcp_pubsub"] | ||
path = thirdparty/tcp_pubsub | ||
path = thirdparty/tcp_pubsub/tcp_pubsub | ||
url = https://github.com/eclipse-ecal/tcp_pubsub.git | ||
[submodule "thirdparty/qwt/qwt"] | ||
path = thirdparty/qwt/qwt | ||
url = https://git.code.sf.net/p/qwt/git | ||
[submodule "thirdparty/yaml-cpp"] | ||
path = thirdparty/yaml-cpp | ||
path = thirdparty/yaml-cpp/yaml-cpp | ||
url = https://github.com/jbeder/yaml-cpp.git | ||
[submodule "thirdparty/ftxui"] | ||
path = thirdparty/ftxui | ||
path = thirdparty/ftxui/ftxui | ||
url = https://github.com/ArthurSonzogni/FTXUI.git | ||
[submodule "thirdparty/udpcap"] | ||
path = thirdparty/udpcap | ||
path = thirdparty/udpcap/udpcap | ||
url = https://github.com/eclipse-ecal/udpcap.git |
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
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 @@ | ||
set(eCAL_FOUND TRUE) |
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
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 @@ | ||
set(asio_FOUND TRUE) |
Submodule asio
updated
from 000000 to 147f72
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,7 @@ | ||
add_library(asio INTERFACE) | ||
target_include_directories(asio INTERFACE ${CMAKE_CURRENT_LIST_DIR}/asio/asio/include) | ||
target_compile_definitions(asio INTERFACE ASIO_STANDALONE) | ||
|
||
add_library(asio::asio ALIAS asio) | ||
|
||
list(PREPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/Modules) |
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
set(CMakeFunctions_FOUND TRUE) |
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,2 @@ | ||
add_subdirectory(thirdparty/cmakefunctions/cmake_functions) | ||
list(PREPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/Modules) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 @@ | ||
set(CURL_FOUND TRUE) |
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
Submodule curl
updated
from 000000 to 801bd5
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 @@ | ||
set(fineftp_FOUND TRUE) |
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,5 @@ | ||
add_subdirectory(thirdparty/fineftp/fineftp-server/fineftp-server EXCLUDE_FROM_ALL) | ||
set_property(TARGET server PROPERTY FOLDER lib/fineftp) | ||
add_library(fineftp::server ALIAS server) | ||
|
||
list(PREPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/Modules) |
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 @@ | ||
set(ftxui_FOUND TRUE) |
Oops, something went wrong.