Changeset 5662 for code/branches/resource2/data
- Timestamp:
- Aug 19, 2009, 12:27:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/resource2/data/CMakeLists.txt
r5645 r5662 40 40 41 41 IF(NOT EXTERNAL_DATA_DIRECTORY) 42 MESSAGE(STATUS "Warning: External data directory not found. If you want to compile while downloading the data files, you will have to recompile about four files afterwards and relink everything. \\n You can specify your own folder with the DATA_DIRECTORY variable. Default location for the path is orxonox_root/data_extern") 42 MESSAGE(STATUS "Warning: External data directory not found. If you want to compile while downloading the data files, you will have to recompile about four files afterwards and relink everything.") 43 MESSAGE(STATUS "You can specify your own folder with the EXTERNAL_DATA_DIRECTORY variable. Default location for the path is orxonox_root/data_extern") 43 44 # Temporary override to the default location. 44 45 SET(EXTERNAL_DATA_DIRECTORY ${CMAKE_SOURCE_DIR}/data_extern)
Note: See TracChangeset
for help on using the changeset viewer.