We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c9a081 commit ddacfd1Copy full SHA for ddacfd1
1 file changed
CMakeLists.txt
@@ -7,7 +7,6 @@ endif()
7
set(PROJECT "DualAnalysisPlugin")
8
PROJECT(${PROJECT})
9
10
-
11
# -----------------------------------------------------------------------------
12
# User options
13
@@ -147,14 +146,6 @@ message (STATUS "Found HDILib at ${HDILIB_ROOT} with ${HDILib_LINK_LIBS}")
147
146
# message(STATUS "HDILib found at ${HDILIB_ROOT} with ${HDILib_LINK_LIBS}")
148
# endif()
149
150
-find_package(OpenGL REQUIRED)
151
-find_package(OpenMP)
152
153
-if(OpenMP_CXX_FOUND)
154
- message(STATUS "Found OpenMP")
155
-endif()
156
157
158
find_package(OpenGL REQUIRED)
159
find_package(OpenMP)
160
0 commit comments