Skip to content
Snippets Groups Projects
Commit 43358cbe authored by Helen Schottenhamml's avatar Helen Schottenhamml
Browse files

Allow deeper hierarchies in CMake.

parent 795340cb
No related merge requests found
...@@ -99,7 +99,7 @@ function ( waLBerla_add_module ) ...@@ -99,7 +99,7 @@ function ( waLBerla_add_module )
waLBerla_register_dependency ( ${moduleName} ${ARG_DEPENDS} ) waLBerla_register_dependency ( ${moduleName} ${ARG_DEPENDS} )
set_property( TARGET ${moduleName} PROPERTY CXX_STANDARD ${CMAKE_CXX_STANDARD} ) set_property( TARGET ${moduleLibraryName} PROPERTY CXX_STANDARD ${CMAKE_CXX_STANDARD} )
# This property is needed for visual studio to group modules together # This property is needed for visual studio to group modules together
if( WALBERLA_GROUP_PROJECTS ) if( WALBERLA_GROUP_PROJECTS )
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment