Skip to content

Commit

Permalink
fix google test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewprock committed May 15, 2016
1 parent 97e8a3d commit 2174cf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 27 deletions.
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ else()
set(BOOST_ROOT "E:/code/ext/boost_1_53_0/")
set(BOOST_LIBRARYDIR "E:/code/ext/boost_1_53_0/lib32-msvc-10.0/")
endif()
set(Boost_USE_STATIC_LIBS ON)
set(Boost_USE_STATIC_LIBS OFF)
set(Boost_USE_MULTITHREADED ON)
find_package(Boost COMPONENTS program_options REQUIRED)
include_directories(${Boost_INCLUDE_DIR})
Expand All @@ -29,7 +29,7 @@ message(status "** Boost Libraries: ${Boost_LIBRARIES}")

# Set up gtest. This must be set up before any subdirectories are
# added which will use gtest.
add_subdirectory(ext/gtest)
add_subdirectory(ext/googletest)
find_library(gtest REQUIRED)
include_directories(${GTEST_INCLUDE_DIRS})
link_directories(${GTEST_LIBS_DIR})
Expand Down
25 changes: 0 additions & 25 deletions src/ext/gtest/CMakeLists.txt

This file was deleted.

0 comments on commit 2174cf2

Please sign in to comment.