[Kst] branches/work/kst/portto4/kst/cmake/misc
Peter Kümmel
syntheticpp at gmx.net
Thu Jan 27 23:54:38 CET 2011
SVN commit 1217575 by kuemmel:
gyrodat was renamed
M +2 -1 CMakeLists.txt
--- branches/work/kst/portto4/kst/cmake/misc/CMakeLists.txt #1217574:1217575
@@ -42,7 +42,8 @@
# install data files
if(UNIX)
if(NOT gyrodata)
- configure_file(${kst_dir}/misc/tutorial/gyrodata.dat.gz ${CMAKE_BINARY_DIR}/gyrodata.dat.gz COPYONLY)
+ configure_file(${kst_dir}/sample_data/GYRODATA+free-width+whitespace+unixEOL+dot-decimal-separator.txt.gz
+ ${CMAKE_BINARY_DIR}/gyrodata.dat.gz COPYONLY)
execute_process(WORKING_DIRECTORY ${CMAKE_BINARY_DIR} COMMAND gunzip gyrodata.dat.gz)
set(gyrodata ${CMAKE_BINARY_DIR}/gyrodata.dat CACHE STRING "gyrodata decompressed")
endif()
More information about the Kst
mailing list