Skip to content

Commit

Permalink
tweak for MSVC build, ran win32 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AndySomogyi committed Dec 11, 2013
1 parent 8cd401e commit cad6fa7
Show file tree
Hide file tree
Showing 3 changed files with 1,074 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,6 @@ install(

if(WIN32)
install(
FILES win32_bin_README.txt DESTINATION bin/
FILES win32_bin_README.txt DESTINATION bin/ RENAME README.txt
)
endif(WIN32)
2 changes: 1 addition & 1 deletion plugins/wrappers/Python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ endif()
install(
FILES
rrPlugins.py
DESTINATION python
DESTINATION c_api_python
COMPONENT plugins_api
)

Loading

0 comments on commit cad6fa7

Please sign in to comment.