Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoftco committed Nov 30, 2023
1 parent 7d97556 commit 3c98cb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/standalone/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 3c98cb5

Please sign in to comment.