File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,3 @@ if(CPP-NETLIB_BUILD_TESTS)
9
9
enable_testing ()
10
10
add_subdirectory (test )
11
11
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 )
Original file line number Diff line number Diff line change 4
4
# http://www.boost.org/LICENSE_1_0.txt)
5
5
6
6
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 )
You can’t perform that action at this time.
0 commit comments