From 725da2b89fc32641383fc0d86f8344fc39b561dc Mon Sep 17 00:00:00 2001 From: Simon Brand Date: Sat, 21 Oct 2017 19:12:31 +0100 Subject: [PATCH] Standardese --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 68b505b..a9394b3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,7 @@ set_property(TARGET tests PROPERTY CXX_STANDARD 14) find_package(standardese) # find standardese after installation # generates a custom target that will run standardese to generate the documentation -if (STANDARDESE_VERSION) +if (standardese_FOUND) standardese_generate(optional INCLUDE_DIRECTORY . CONFIG ${CMAKE_SOURCE_DIR}/standardese.config