Skip to content

Commit

Permalink
Removed comments in HandleOpenMPFlags
Browse files Browse the repository at this point in the history
  • Loading branch information
minhb committed Jul 31, 2014
1 parent e727820 commit bb6698c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config/HandleOpenMPFlags.cmake
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
# - Adds the right OpenMP flags to the CXX compiler
# The following variables are set:
# OpenMP_CXX_FLAGS - flags to add to the CXX compiler for OpenMP support
# OPENMP_FOUND - true if openmp is detected

FIND_PACKAGE(OpenMP)

# handle OPENMP flags
IF(OPENMP_FOUND)
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${OpenMP_CXX_FLAGS}")
ENDIF()

0 comments on commit bb6698c

Please sign in to comment.