File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -197,9 +197,6 @@ endif( )
197
197
# This will define OPENCL_FOUND
198
198
find_package ( OpenCL )
199
199
200
- # Find Google Test package
201
- include (gtest.cmake )
202
-
203
200
# Find Boost on the system, and configure the type of boost build we want
204
201
set ( Boost_USE_MULTITHREADED ON )
205
202
set ( Boost_USE_STATIC_LIBS ON )
Original file line number Diff line number Diff line change @@ -286,6 +286,9 @@ else( )
286
286
set ( runtime.library "${runtime.library}/${CMAKE_SHARED_LIBRARY_PREFIX} clBLAS${CMAKE_SHARED_LIBRARY_SUFFIX} " )
287
287
endif ( )
288
288
289
+ # Find Google Test package
290
+ include (gtest.cmake )
291
+
289
292
if ( GTEST_FOUND )
290
293
if ( CORR_TEST_WITH_ACML AND ACML_FOUND )
291
294
include_directories (${OPENCL_INCLUDE_DIRS} ${GTEST_INCLUDE_DIRS}
File renamed without changes.
You can’t perform that action at this time.
0 commit comments