From 8f975234c68e1e3966e0f32c5e569979e85258e1 Mon Sep 17 00:00:00 2001 From: Olivier Parcollet Date: Fri, 6 Jun 2014 14:30:49 +0200 Subject: [PATCH] doc: fix cmake for Ubuntu - findpackage missing --- doc/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 363644b1..df17f3e7 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -40,6 +40,7 @@ IF(${CMAKE_SYSTEM_NAME} MATCHES "Darwin") ENDIF( ${CMAKE_SYSTEM_NAME} MATCHES "Darwin") link_libraries( ${link_libs} triqs) +find_package(TestCSimple) macro(all_tests ) FILE(GLOB ExampleList RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.cpp) FOREACH(example ${ExampleList})