Skip to content

Commit

Permalink
[cmake] remove mkdir ${CMAKE_INSTALL_PREFIX}/lib/io which slipped bac…
Browse files Browse the repository at this point in the history
…k in through commit 165ce96
  • Loading branch information
mkroehnert authored and jeremytregunna committed May 15, 2010
1 parent eefd908 commit 76a4dca
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 @@ -87,9 +87,6 @@ add_subdirectory(addons)
# binaries go.
make_build_bundle(_build)

# Ensure our hierarchy exists in /usr/local/lib for Io-related files.
file(MAKE_DIRECTORY ${CMAKE_INSTALL_PREFIX}/lib/io)

# Next we NEED to copy all the libs headers into one single dir in the bundle.
copy_files(coroutine_headers ${PROJECT_SOURCE_DIR}/libs/coroutine/source/*.h ${CMAKE_CURRENT_BINARY_DIR}/_build/headers)
copy_files(basekit_headers ${PROJECT_SOURCE_DIR}/libs/basekit/source/*.h ${CMAKE_CURRENT_BINARY_DIR}/_build/headers)
Expand Down

0 comments on commit 76a4dca

Please sign in to comment.