[script] now openfpga binary should be in the build directory
This commit is contained in:
parent
e909f4fabe
commit
7319ded98f
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue