Skip to content

Commit 62a25f6

Browse files
committed
parital ci fix
1 parent 3b74962 commit 62a25f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ project(
1414
"A dynamically-resizable vector with fixed capacity and embedded storage"
1515
LANGUAGES CXX)
1616

17+
include(GNUInstallDirs)
18+
1719
add_library(beman.inplace_vector INTERFACE)
1820
target_include_directories(
1921
beman.inplace_vector

0 commit comments

Comments
 (0)