[script] now openfpga binary should be in the build directory

This commit is contained in:
tangxifan 2022-08-18 10:35:57 -07:00
parent e909f4fabe
commit 7319ded98f
1 changed files with 0 additions and 6 deletions

View File

@ -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")