Skip to content
This repository has been archived by the owner on Jan 20, 2018. It is now read-only.

Commit

Permalink
Fix the packaging on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
nohal committed Nov 14, 2014
1 parent aa945c5 commit ad2ff93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/PluginInstall.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ IF(WIN32)

IF(EXISTS ${PROJECT_SOURCE_DIR}/data)
INSTALL(DIRECTORY data DESTINATION "${INSTALL_DIRECTORY}")
ENDIF(EXISTS ${CMAKE_SOURCE_DIR}/data)
ENDIF(EXISTS ${PROJECT_SOURCE_DIR}/data)
ENDIF(WIN32)

IF(UNIX AND NOT APPLE)
Expand Down

0 comments on commit ad2ff93

Please sign in to comment.