aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 036908f37..0ac4a0aa1 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -63,15 +63,6 @@ function (bitmonero_add_executable name)
set_property(TARGET "${name}"
PROPERTY
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin")
-
- if (STATIC)
- set_property(TARGET "${name}"
- PROPERTY
- LINK_SEARCH_START_STATIC 1)
- set_property(TARGET "${name}"
- PROPERTY
- LINK_SEARCH_END_STATIC 1)
- endif ()
endfunction ()
function (bitmonero_add_library name)