Skip to content

Commit

Permalink
purged duplicated install of bundled folder
Browse files Browse the repository at this point in the history
  • Loading branch information
crocdialer committed May 11, 2024
1 parent d2562b2 commit 48cd322
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ endif (BUILD_TESTS)

# install vierkant-headers
install (DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/include/${LIB_NAME} DESTINATION "include")
install (DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/include/${LIB_NAME}/bundled DESTINATION "include/${LIB_NAME}")
install (DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/include/${LIB_NAME} DESTINATION "include")

# install entt-headers
Expand Down

0 comments on commit 48cd322

Please sign in to comment.