Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
danmohad authored Aug 26, 2021
1 parent e849b57 commit a5ae46b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.9)
project(Hiemenz_solver)

set(CMAKE_CXX_STANDARD 11)
# If using an Intel compiler, in the following line replace "-fopenmp" with "-qopenmp"
list(APPEND CMAKE_CXX_FLAGS -fopenmp)
# For OSX, uncomment the following line:
# list(APPEND CMAKE_CXX_FLAGS "-arch x86_64 -framework Accelerate")
Expand Down

0 comments on commit a5ae46b

Please sign in to comment.