Skip to content

Commit

Permalink
excluding third_party
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosmaggioros committed Mar 21, 2024
1 parent 3c11ee5 commit a7f8d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.12)
project(algoplus VERSION 1.0.0 LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 17)

set(EXCLUDE_DIR "third_party/")
set(unit_name "algoplus")
set(package_name "${unit_name}")
set(package_version "0.1.0")
Expand Down

0 comments on commit a7f8d0e

Please sign in to comment.