Skip to content

Commit

Permalink
Deleted unneeded property
Browse files Browse the repository at this point in the history
  • Loading branch information
ILikePizza555 committed Dec 5, 2018
1 parent 86ac46d commit 220cff1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ if(WIN32)
target_link_libraries(socketscpp wsock32 ws2_32)
endif()

# Export the header files
set_property(TARGET socketscpp PROPERTY PUBLIC_HEADER ${INCLUDE_FILES})

# Install directives
install(TARGETS socketscpp DESTINATION lib)
install(FILES ${INCLUDE_FILES} DESTINATION include)
Expand Down

0 comments on commit 220cff1

Please sign in to comment.