Skip to content

Commit

Permalink
specify module path
Browse files Browse the repository at this point in the history
  • Loading branch information
tfussell committed Mar 11, 2017
1 parent 2bbcb9f commit 5e60b61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ if(NOT COMBINED_PROJECT)
add_subdirectory(${LIBRARY_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}/source)
endif()

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/../third-party")

# Tests uses the private interface of xlnt (source/detail) so it needs to explicitly link zlib and cryptopp
# as they are not part of xlnt's default link interface
find_package(ZLIB REQUIRED)
Expand Down

0 comments on commit 5e60b61

Please sign in to comment.