From 3c98cb5a525e543e912ac68b170bcb23b04875c2 Mon Sep 17 00:00:00 2001 From: Vlad Gheorghiu Date: Thu, 30 Nov 2023 13:34:46 -0500 Subject: [PATCH] Update CMakeLists.txt --- examples/standalone/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/standalone/CMakeLists.txt b/examples/standalone/CMakeLists.txt index 09283adb..11917930 100644 --- a/examples/standalone/CMakeLists.txt +++ b/examples/standalone/CMakeLists.txt @@ -11,7 +11,6 @@ set(CMAKE_CXX_STANDARD 17) # set(CMAKE_PREFIX_PATH "/path/to/installed/staq") find_package(staq REQUIRED) -#find_package(GMP REQUIRED) add_executable(standalone src/main.cpp) target_link_libraries(standalone PUBLIC libstaq)