File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -502,7 +502,7 @@ if(WITH_DOC)
502
502
set (CMAKE_CASE_SENSITIVE_FILESYSTEM "NO" )
503
503
endif ()
504
504
505
- set (CMAKE_HTML_DEST_DIR "${CMAKE_CURRENT_BINARY_DIR} /html/v${LIBIIO_VERSION_MAJOR} . ${LIBIIO_VERSION_MINOR } " )
505
+ set (CMAKE_HTML_DEST_DIR "${CMAKE_CURRENT_BINARY_DIR} /html/v${VERSION } " )
506
506
set (CMAKE_API_DEST_DIR "${PROJECT_NAME} " )
507
507
508
508
configure_file (
@@ -546,7 +546,7 @@ add_subdirectory(man)
546
546
547
547
# Create an installer if compiling for OSX
548
548
if (OSX_PACKAGE)
549
- set (LIBIIO_PKG ${CMAKE_CURRENT_BINARY_DIR} /libiio-${VERSION} .g ${LIBIIO_VERSION_GIT } .pkg)
549
+ set (LIBIIO_PKG ${CMAKE_CURRENT_BINARY_DIR} /libiio-${LIBIIO_VERSION } .pkg)
550
550
set (LIBIIO_TEMP_PKG ${CMAKE_CURRENT_BINARY_DIR} /libiio-${VERSION} -temp.pkg)
551
551
set (LIBIIO_DISTRIBUTION_XML ${CMAKE_CURRENT_BINARY_DIR} /Distribution.xml)
552
552
set (LIBIIO_FRAMEWORK_DIR ${CMAKE_CURRENT_BINARY_DIR} /iio.framework )
Original file line number Diff line number Diff line change 13
13
VALUE "LegalCopyright", "Copyright 2015-@BUILD_YEAR@ ADI and other contributors"
14
14
VALUE "LegalTrademarks", "http://www.gnu.org/licenses/lgpl-2.1.html"
15
15
VALUE "ProductName", "libiio"
16
- VALUE "ProductVersion", "@LIBIIO_VERSION_MAJOR@.@LIBIIO_VERSION_MINOR @-g@LIBIIO_VERSION_GIT@"
16
+ VALUE "ProductVersion", "@VERSION @-g@LIBIIO_VERSION_GIT@"
17
17
VALUE "OriginalFilename", "@LIBIIO_ORIGINAL_FILENAME@"
18
18
END
19
19
END
You can’t perform that action at this time.
0 commit comments