We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0be802 commit 739d0c9Copy full SHA for 739d0c9
CMakeLists.txt
@@ -49,11 +49,9 @@ if(USE_SYSTEM_LIBAPPIMAGE)
49
endif()
50
51
# this dependency does not come with a pkg-config file or CMake config, so we try to compile a file instead
52
-try_run(ARGAGG_WORKS HAVE_ARGAGG "${PROJECT_BINARY_DIR}/tests" "${PROJECT_SOURCE_DIR}/cmake/tests/try_argagg.cpp")
+try_compile(HAVE_ARGAGG "${PROJECT_BINARY_DIR}/tests" "${PROJECT_SOURCE_DIR}/cmake/tests/try_argagg.cpp")
53
if(NOT HAVE_ARGAGG)
54
message(FATAL_ERROR "argagg header not found on system, please install")
55
-elseif(ARGAGG_WORKS)
56
- message(FATAL_ERROR "argagg does not seem to work")
57
58
59
# include external libraries
0 commit comments