Skip to content

Commit 3e436d5

Browse files
committed
cmake: remove Easylogging++ detection
1 parent b28c3a9 commit 3e436d5

File tree

2 files changed

+0
-78
lines changed

2 files changed

+0
-78
lines changed

3rdparty/CMakeLists.txt

Lines changed: 0 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -81,59 +81,6 @@ endif()
8181
list(APPEND 3rdparty_INCLUDES "${Eigen3_INCLUDE_PATH}")
8282

8383

84-
message(STATUS "--------------------------------------------------------------------------------")
85-
message(STATUS "Easylogging++")
86-
87-
set(EASYLOGGING++_SOURCE_URL
88-
"https://github.com/easylogging/easyloggingpp/releases/download/v9.75/easyloggingpp_v9.75.tar.gz"
89-
)
90-
91-
find_package(Easylogging++)
92-
set_package_properties(Easylogging++
93-
PROPERTIES
94-
DESCRIPTION "logging library"
95-
URL "https://github.com/easylogging/easyloggingpp"
96-
TYPE OPTIONAL
97-
PURPOSE "provides functionality for versatile logging"
98-
)
99-
100-
if(NOT EASYLOGGING++_FOUND)
101-
set(Easylogging++_SOURCE_DIR "${pfasst_BINARY_DIR}/3rdparty/src/Easylogging++")
102-
set(EASYLOGGING++_SOURCE_MD5 "3e37462b30cb6ee49faeed6a94d1bc1e")
103-
104-
message(STATUS "Easylogging++ not found on your system")
105-
message(STATUS " going to download sources from:")
106-
message(STATUS " ${EASYLOGGING++_SOURCE_URL}")
107-
ExternalProject_Add(
108-
Easylogging++
109-
LIST_SEPARATOR " "
110-
URL ${EASYLOGGING++_SOURCE_URL}
111-
URL_MD5 ${Easylogging++_SOURCE_MD5}
112-
TIMEOUT ${3rdparty_DOWNLOAD_TIMEOUT}
113-
UPDATE_COMMAND ""
114-
PATCH_COMMAND ""
115-
CONFIGURE_COMMAND ""
116-
BUILD_COMMAND ""
117-
TEST_COMMAND ""
118-
INSTALL_DIR ""
119-
INSTALL_COMMAND ""
120-
LOG_DOWNLOAD ON
121-
LOG_CONFIGURE OFF
122-
LOG_BUILD OFF
123-
)
124-
125-
# Specify include dir
126-
set(Easylogging++_INCLUDE_PATH "${Easylogging++_SOURCE_DIR}")
127-
set(EASYLOGGING++_FOUND TRUE)
128-
129-
list(APPEND pfasst_DEPENDEND_TARGETS Easylogging++)
130-
131-
msg_not_installed("Easylogging++")
132-
endif()
133-
134-
list(APPEND 3rdparty_INCLUDES "${Easylogging++_INCLUDE_PATH}")
135-
136-
13784
if(pfasst_BUILD_EXAMPLES)
13885
message(STATUS "--------------------------------------------------------------------------------")
13986
message(STATUS "FFTW3")

cmake/FindEasylogging++.cmake

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)