Skip to content

Commit

Permalink
Remove json submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinpape committed Nov 27, 2018
1 parent f37f714 commit 9587aa4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Expand Up @@ -66,18 +66,18 @@ option(BUILD_TESTS OFF)


###############################
# Include git submodules
# Include gtest submodule
###############################

# NOTE I tried to replace thhis with the conda package and
# use find_pacakge(GTest), but although CMake could find the
# libraries, this led to horrible linker errors
if(BUILD_TESTS)
# add gtest external project and include the directories
add_subdirectory(external/googletest/googletest)
include_directories(${gtest_SOURCE_DIR/include} ${gtest_SOURCE_DIR})
endif()

# include json external library
include_directories(${CMAKE_SOURCE_DIR}/external/json/include)


###############################
# Set up conda env
Expand Down
1 change: 0 additions & 1 deletion external/json
Submodule json deleted from 737cff

0 comments on commit 9587aa4

Please sign in to comment.