Fixed openmp usage
This commit is contained in:
parent
ab36a5b24a
commit
8198cef3c5
3 changed files with 10 additions and 7 deletions
|
@ -9,10 +9,10 @@ SET(CosmoTool_SRCS
|
|||
miniargs.cpp
|
||||
growthFactor.cpp
|
||||
cosmopower.cpp
|
||||
cic.cpp
|
||||
)
|
||||
|
||||
IF (ENABLE_OPENMP)
|
||||
set(CosmoTool_SRCS ${CosmoTool_SRCS} cic.cpp)
|
||||
ENDIF (ENABLE_OPENMP)
|
||||
|
||||
IF(FOUND_NETCDF3)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue