Skip to content

Commit 80ab3f7

Browse files
committed
Put tinytin*.dxf and transmer.dat in the build directory, not a subdirectory thereof
That's where bezitest expects to find them.
1 parent e00f88d commit 80ab3f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -376,9 +376,9 @@ if (${FFTW_FOUND})
376376
include_directories(${FFTW_INCLUDES})
377377
endif (${FFTW_FOUND})
378378
configure_file (config.h.in config.h)
379-
configure_file (dat/tinytin-txt.dxf dat/tinytin-txt.dxf COPYONLY)
380-
configure_file (dat/tinytin-bin.dxf dat/tinytin-bin.dxf COPYONLY)
381-
configure_file (dat/transmer.dat dat/transmer.dat COPYONLY)
379+
configure_file (dat/tinytin-txt.dxf tinytin-txt.dxf COPYONLY)
380+
configure_file (dat/tinytin-bin.dxf tinytin-bin.dxf COPYONLY)
381+
configure_file (dat/transmer.dat transmer.dat COPYONLY)
382382

383383
set(CPACK_PACKAGE_VERSION_MAJOR ${BEZITOPO_MAJOR_VERSION})
384384
set(CPACK_PACKAGE_VERSION_MINOR ${BEZITOPO_MINOR_VERSION})

0 commit comments

Comments
 (0)