Skip to content
Snippets Groups Projects
Commit 9c35e679 authored by Oleg Kalashev's avatar Oleg Kalashev
Browse files

fixing build on renkulab.io

parent 90aaf935
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ project (CRbeam) ...@@ -4,7 +4,7 @@ project (CRbeam)
#set(CMAKE_VERBOSE_MAKEFILE ON) #set(CMAKE_VERBOSE_MAKEFILE ON)
add_definitions(-DUSE_GSL) add_definitions(-DUSE_GSL)
include_directories ("../../lib" "../../OS/include") include_directories ("../../lib" "../../OS/include" "../../../OS/include")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fopenmp") set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fopenmp")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fopenmp") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fopenmp")
......
...@@ -33,7 +33,7 @@ endif (Fortran_COMPILER_NAME MATCHES "gfortran.*") ...@@ -33,7 +33,7 @@ endif (Fortran_COMPILER_NAME MATCHES "gfortran.*")
add_definitions(-DUSE_GSL) add_definitions(-DUSE_GSL)
include_directories(../OS/include ../external) include_directories(../OS/include ../../OS/include ../external)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fopenmp") set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fopenmp")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fopenmp") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fopenmp")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment