We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e00f88d commit 80ab3f7Copy full SHA for 80ab3f7
CMakeLists.txt
@@ -376,9 +376,9 @@ if (${FFTW_FOUND})
376
include_directories(${FFTW_INCLUDES})
377
endif (${FFTW_FOUND})
378
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)
+configure_file (dat/tinytin-txt.dxf tinytin-txt.dxf COPYONLY)
+configure_file (dat/tinytin-bin.dxf tinytin-bin.dxf COPYONLY)
+configure_file (dat/transmer.dat transmer.dat COPYONLY)
382
383
set(CPACK_PACKAGE_VERSION_MAJOR ${BEZITOPO_MAJOR_VERSION})
384
set(CPACK_PACKAGE_VERSION_MINOR ${BEZITOPO_MINOR_VERSION})
0 commit comments