Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
ITAAcousticVisualization
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Institute of Technical Acoustics (ITA)
ITAAcousticVisualization
Commits
a404f40a
Commit
a404f40a
authored
Dec 05, 2016
by
Dipl.-Ing. Jonas Stienen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing some Qt related CMake problems
parent
510a914c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
CMakeLists.txt
CMakeLists.txt
+4
-4
No files found.
CMakeLists.txt
View file @
a404f40a
cmake_minimum_required
(
VERSION 2.
8
)
cmake_minimum_required
(
VERSION 2.
9
)
project
(
ITAAcousticVisualization
)
...
...
@@ -16,11 +16,11 @@ set( ITA_ACOUSTIC_VISUALIZATION_COMMON_BUILD TRUE )
# Some global settings for static/shared library generation
if
(
NOT DEFINED ITA_ACOUSTIC_VISUALIZATION_BUILD_STATIC
)
set
(
ITA_ACOUSTIC_VISUALIZATION_BUILD_STATIC OFF CACHE BOOL
"Build all ITA acoustic visualization libs in static mode"
)
endif
(
NOT DEFINED ITA_ACOUSTIC_VISUALIZATION_BUILD_STATIC
)
endif
()
if
(
NOT DEFINED ITA_VISTA_BUILD_STATIC
)
set
(
ITA_VISTA_BUILD_STATIC OFF CACHE BOOL
"Build against static ViSTA libraries"
)
endif
(
NOT DEFINED ITA_VISTA_BUILD_STATIC
)
endif
()
# Compiler
...
...
@@ -29,7 +29,7 @@ if( MSVC )
endif
()
# ITA
CoreLibs
submodules
# ITA
AcousticVisualization
submodules
add_subdirectory
(
ITAQtWidgets
)
#add_subdirectory( ITAFox )
#add_subdirectory( ITAVTK )
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