Skip to content

Commit

Permalink
CMake: Remove unneeded variable interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
h3xx committed Dec 4, 2023
1 parent 4ce1625 commit 6971b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,6 @@ install(TARGETS enet
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
)
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/include/enet
install(DIRECTORY include/enet
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
)

0 comments on commit 6971b8e

Please sign in to comment.