Skip to content

Commit

Permalink
Corrected python library install directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpbelhorn committed Nov 17, 2015
1 parent 415da18 commit f8a1677
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 @@ -33,4 +33,4 @@ install(FILES ${script_files}
install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/lib/python2.7/site-packages/wraprun"
FILE_PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ GROUP_WRITE WORLD_READ
DIRECTORY_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_WRITE GROUP_EXECUTE WORLD_READ WORLD_EXECUTE
DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/python2.7/site-packages/wraprun")
DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/python2.7/site-packages")

0 comments on commit f8a1677

Please sign in to comment.