aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-02-13 19:51:56 +0200
committerRiccardo Spagni <ric@spagni.net>2016-02-13 19:51:56 +0200
commit354d47828607d3de103048f5e4143f13f7e14b37 (patch)
tree428aca0d999c95b471ea4c45188528697ddba447 /src
parentMerge pull request #652 (diff)
parentcmake: Include OpenSSL libraries in static linking (diff)
downloadmonero-354d47828607d3de103048f5e4143f13f7e14b37.tar.xz
Merge pull request #656
9832d18 cmake: Include OpenSSL libraries in static linking (warptangent) c2f2437 cmake: Remove unused variable (warptangent) 7205210 cmake: Fix unbound config compile settings (warptangent) 3e72d97 cmake: Fix overly broad use of dynamic link settings (warptangent)
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)