Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! blörp
Browse files Browse the repository at this point in the history
  • Loading branch information
sztomi committed Nov 5, 2019
1 parent 6cece14 commit 06a7afd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/find-deps.cmake
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#include(CmakeParseArguments)

# conan is optional
if(EXISTS ${CMAKE_BINARY_DIR}/conan_paths.cmake)
include(${CMAKE_BINARY_DIR}/conan_paths.cmake)
endif()


find_package(boost REQUIRED system)
find_package(Boost REQUIRED system)
find_package(fmt REQUIRED)
find_package(rapidjson QUIET)
find_package(gtest QUIET)
Expand Down

0 comments on commit 06a7afd

Please sign in to comment.