Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Feb 9, 2024
1 parent 3ea3905 commit 83fa6c4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ if(MSVC)
set_target_properties(rsl PROPERTIES
WINDOWS_EXPORT_ALL_SYMBOLS TRUE
)
# On Windows, also ensure that all .dll libraries are placed in the
# same build directory so they can be found by the loader (there is
# no rpath on Windows)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_BINDIR}")
endif()

add_subdirectory(docs)
Expand Down

0 comments on commit 83fa6c4

Please sign in to comment.