Skip to content

Commit

Permalink
CMakeLists.txt: Fix typo shared/ -> share/
Browse files Browse the repository at this point in the history
  • Loading branch information
mjuric committed May 26, 2010
1 parent 5aa6987 commit c06bad5
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 @@ -63,7 +63,7 @@ endif( "x${CUDA_BUILD_EMULATION}" STREQUAL xON )
#
# Data Directories
#
set(DATADIRSUFFIX "shared/${CMAKE_PROJECT_NAME}")
set(DATADIRSUFFIX "share/${CMAKE_PROJECT_NAME}")
set(DATADIR "${CMAKE_INSTALL_PREFIX}/${DATADIRSUFFIX}")

install(FILES
Expand Down

0 comments on commit c06bad5

Please sign in to comment.