Skip to content

Commit ca1ad5a

Browse files
committed
Variable CPP-NETLIB_ERROR_SRCS is unused
1 parent 9280f61 commit ca1ad5a

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

error/CMakeLists.txt

-3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,3 @@ if(CPP-NETLIB_BUILD_TESTS)
99
enable_testing()
1010
add_subdirectory(test)
1111
endif(CPP-NETLIB_BUILD_TESTS)
12-
13-
# propagate sources to parent directory for one-lib-build
14-
set(CPP-NETLIB_ERROR_SRCS ${CPP-NETLIB_ERROR_SRCS} PARENT_SCOPE)

error/src/CMakeLists.txt

-10
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,3 @@
44
# http://www.boost.org/LICENSE_1_0.txt)
55

66
include_directories(${CPP-NETLIB_SOURCE_DIR}/error/src)
7-
8-
set(CPP-NETLIB_ERROR_SRCS
9-
error.cpp)
10-
11-
# prepend current directory to make paths absolute
12-
prependToElements( "${CMAKE_CURRENT_SOURCE_DIR}/"
13-
CPP-NETLIB_ERROR_SRCS )
14-
15-
# propagate sources to parent directory for one-lib-build
16-
set(CPP-NETLIB_ERROR_SRCS ${CPP-NETLIB_ERROR_SRCS} PARENT_SCOPE)

0 commit comments

Comments
 (0)