Skip to content

Commit ddacfd1

Browse files
committed
Fix the previous merge in cmake
1 parent 4c9a081 commit ddacfd1

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ endif()
77
set(PROJECT "DualAnalysisPlugin")
88
PROJECT(${PROJECT})
99

10-
1110
# -----------------------------------------------------------------------------
1211
# User options
1312
# -----------------------------------------------------------------------------
@@ -147,14 +146,6 @@ message (STATUS "Found HDILib at ${HDILIB_ROOT} with ${HDILib_LINK_LIBS}")
147146
# message(STATUS "HDILib found at ${HDILIB_ROOT} with ${HDILib_LINK_LIBS}")
148147
# endif()
149148

150-
find_package(OpenGL REQUIRED)
151-
find_package(OpenMP)
152-
153-
if(OpenMP_CXX_FOUND)
154-
message(STATUS "Found OpenMP")
155-
endif()
156-
157-
158149
find_package(OpenGL REQUIRED)
159150
find_package(OpenMP)
160151

0 commit comments

Comments
 (0)