Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
ITAConvolution
Commits
d8e29929
Commit
d8e29929
authored
Nov 09, 2021
by
Philipp Schäfer
Browse files
CMake: fixed comment
parent
215ed496
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
d8e29929
...
...
@@ -134,7 +134,7 @@ target_compile_definitions (
#Required compiler features
target_compile_features
(
${
PROJECT_NAME
}
PUBLIC cxx_std_11
)
#If build out of
VA
project, add parent folder "ITACoreLibs"
#If build out of
ITACoreLibs
project, add parent folder "ITACoreLibs"
if
(
NOT CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR
)
set_property
(
TARGET
${
PROJECT_NAME
}
PROPERTY FOLDER
"ITACoreLibs"
)
endif
()
...
...
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