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)
ITABase
Commits
b715db63
Commit
b715db63
authored
Jun 09, 2017
by
Marco Berzborn
Browse files
Linux compat: pthread
parent
150116b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
b715db63
...
@@ -13,6 +13,12 @@ vista_use_package( PCRE QUIET )
...
@@ -13,6 +13,12 @@ vista_use_package( PCRE QUIET )
vista_use_package
(
SimpleIni QUIET
)
vista_use_package
(
SimpleIni QUIET
)
vista_use_package
(
SPLINE REQUIRED
)
vista_use_package
(
SPLINE REQUIRED
)
if
(
NOT WIN32
)
vista_use_package
(
Threads REQUIRED
)
list
(
APPEND VISTA_USE_PACKAGE_LIBRARIES pthread
)
endif
()
if
(
NOT DEFINED ITA_BASE_WITH_FASTMATH_IPP
)
if
(
NOT DEFINED ITA_BASE_WITH_FASTMATH_IPP
)
set
(
ITA_BASE_WITH_FASTMATH_IPP OFF CACHE BOOL
"Build with IPP implementation of fast math ops"
)
set
(
ITA_BASE_WITH_FASTMATH_IPP OFF CACHE BOOL
"Build with IPP implementation of fast math ops"
)
endif
(
)
endif
(
)
...
...
Write
Preview
Supports
Markdown
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