Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
ITAFFT
Commits
e911591b
Commit
e911591b
authored
Dec 11, 2016
by
Dipl.-Ing. Jonas Stienen
Browse files
CMake fixes (linux compat)
parent
2b495ce4
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
e911591b
...
...
@@ -7,7 +7,7 @@ include( VistaCommon )
# dependencies
vista_use_package
(
ITABase REQUIRED FIND_DEPENDENCIES
)
vista_use_package
(
FFTW
)
vista_use_package
(
fftw
)
vista_use_package
(
MKL
)
#vista_find_package( FFTS )
...
...
tests/CMakeLists.txt
View file @
e911591b
...
...
@@ -21,4 +21,4 @@ vista_configure_app( ITAFFTTest )
vista_install
(
ITAFFTTest
)
vista_create_default_info_file
(
ITAFFTTest
)
set_property
(
TARGET ITAFFTTest PROPERTY FOLDER
"ITATests/ITAFFT"
)
set_property
(
TARGET ITAFFTTest PROPERTY FOLDER
"ITA
CoreLibs/
Tests/ITAFFT"
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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