From 7319ded98fb7edbccfbfdf2c359f4d405f39b216 Mon Sep 17 00:00:00 2001 From: tangxifan Date: Thu, 18 Aug 2022 10:35:57 -0700 Subject: [PATCH] [script] now openfpga binary should be in the build directory --- CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index de554d0f6..3382bf066 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -274,9 +274,3 @@ endif() # Add extra compilation flags to suppress warnings from some libraries/tools # Note that target_compile_options() *appends* to the current compilation options of # the specified target - -set_target_properties(libopenfpga openfpga - PROPERTIES - ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/openfpga" - LIBRARY_OUTPUT_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/openfpga" - RUNTIME_OUTPUT_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/openfpga")