forked from pool/lugaru
13 lines
556 B
Diff
13 lines
556 B
Diff
|
diff -rupN lugaru-1.0/CMakeLists.txt lugaru-1.0_mod/CMakeLists.txt
|
||
|
--- lugaru-1.0/CMakeLists.txt 2010-05-14 11:09:47.000000000 +0200
|
||
|
+++ lugaru-1.0_mod/CMakeLists.txt 2010-05-14 15:45:58.068017200 +0200
|
||
|
@@ -480,8 +480,6 @@ else(WIN32)
|
||
|
install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/lugaru DESTINATION ${CMAKE_INSTALL_PREFIX})
|
||
|
endif(WIN32)
|
||
|
|
||
|
-install(DIRECTORY ${CMAKE_SOURCE_DIR}/Data DESTINATION ${CMAKE_INSTALL_PREFIX})
|
||
|
-
|
||
|
if (LUGARU_MISSING_DEPS)
|
||
|
message(STATUS "Using our copy of these libs: ${LUGARU_MISSING_DEPS}")
|
||
|
endif (LUGARU_MISSING_DEPS)
|