From ae8397f2cd53335bfe1bdbd85ae9510e9fd2d863 Mon Sep 17 00:00:00 2001 From: Martin Beseda <martin.beseda@vsb.cz> Date: Thu, 21 Feb 2019 12:52:49 +0100 Subject: [PATCH] FIX: Trying to fix CI... --- DownloadOpenBLAS.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/DownloadOpenBLAS.cmake b/DownloadOpenBLAS.cmake index 4f207c80..33f16a8c 100644 --- a/DownloadOpenBLAS.cmake +++ b/DownloadOpenBLAS.cmake @@ -42,7 +42,6 @@ if(NOT rv STREQUAL "0") message("OpenBLAS build: cmake --build: ${rv}") endif() -set_target_properties(openblas PROPERTIES LINK_FLAGS) add_subdirectory(${OPENBLAS_LOCAL_PATH}) find_package(OpenBLAS) -- GitLab