diff options
author | iDunk5400 <iDunk5400@users.noreply.github.com> | 2018-10-12 15:20:42 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-10-15 23:08:17 +0000 |
commit | e7f24850d56d70c18930da97bffad20710451d4a (patch) | |
tree | 626b1d432d39b3111b081dd45e19a9bddb16985e /tests | |
parent | Merge pull request #4502 (diff) | |
download | monero-e7f24850d56d70c18930da97bffad20710451d4a.tar.xz |
Fix Windows build after epee dependency change
Diffstat (limited to 'tests')
-rw-r--r-- | tests/functional_tests/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/functional_tests/CMakeLists.txt b/tests/functional_tests/CMakeLists.txt index 4b21b945c..7a2a7fbd1 100644 --- a/tests/functional_tests/CMakeLists.txt +++ b/tests/functional_tests/CMakeLists.txt @@ -26,10 +26,6 @@ # STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF # THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -if(WIN32) - set(EXTRA_LIBRARIES "${EXTRA_LIBRARIES};bcrypt") -endif() - set(functional_tests_sources main.cpp transactions_flow_test.cpp |