Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Multimedia
Kwave
Commits
fec9e9ff
Commit
fec9e9ff
authored
Nov 01, 2020
by
Thomas Eschenbacher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(minor cleanup in CMakeLists.txt)
parent
1690a345
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
CMakeLists.txt
CMakeLists.txt
+7
-7
No files found.
CMakeLists.txt
View file @
fec9e9ff
...
...
@@ -90,16 +90,9 @@ SET(ECM_MIN_VERSION "1.7.0")
SET
(
QT_MIN_VERSION
"5.14.0"
)
SET
(
KF5_MIN_VERSION
"5.33.0"
)
#############################################################################
### path to additional cmake modules and includes ###
SET
(
CMAKE_MODULE_PATH
${
CMAKE_SOURCE_DIR
}
/cmake
)
#############################################################################
### Kwave version number ###
INCLUDE
(
FindRequiredProgram
)
FIND_REQUIRED_PROGRAM
(
CAT_EXECUTABLE cat
)
SET
(
KWAVE_VERSION_MAJOR
${
RELEASE_SERVICE_VERSION_MAJOR
}
)
SET
(
KWAVE_VERSION_MINOR
${
RELEASE_SERVICE_VERSION_MINOR
}
)
SET
(
KWAVE_VERSION_MICRO
${
RELEASE_SERVICE_VERSION_MICRO
}
)
...
...
@@ -161,6 +154,11 @@ ELSE (WITH_OPTIMIZED_MEMCPY)
MESSAGE
(
STATUS
"Platform specific memcpy is disabled"
)
ENDIF
(
WITH_OPTIMIZED_MEMCPY
)
#############################################################################
### path to additional cmake modules and includes ###
SET
(
CMAKE_MODULE_PATH
${
CMAKE_SOURCE_DIR
}
/cmake
)
#############################################################################
### cmake includes ###
...
...
@@ -170,6 +168,7 @@ INCLUDE(CheckCCompilerFlag)
INCLUDE
(
CheckCXXCompilerFlag
)
INCLUDE
(
CheckTypeSize
)
INCLUDE
(
CheckFunctionExists
)
INCLUDE
(
FindRequiredProgram
)
#############################################################################
### toplevel compiler flags ###
...
...
@@ -433,6 +432,7 @@ CONFIGURE_FILE(
### "make apidoc" ###
FIND_PROGRAM
(
DOXYGEN_EXECUTABLE doxygen
)
FIND_REQUIRED_PROGRAM
(
CAT_EXECUTABLE cat
)
IF
(
DOXYGEN_EXECUTABLE
)
SET
(
DOXYFILE
${
CMAKE_CURRENT_BINARY_DIR
}
/Doxyfile
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment