blob: 9b80641a2102f1d1a5040a093575d7d451785b80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/src/boost.cmake b/src/boost.cmake
index 37ecc13..3be4848 100644
--- a/src/boost.cmake
+++ b/src/boost.cmake
@@ -8,7 +8,7 @@ mark_as_advanced(VERA_USE_SYSTEM_BOOST)
set(boostLibs filesystem system program_options regex wave)
if(VERA_PYTHON)
- list(APPEND boostLibs python)
+ list(APPEND boostLibs python27)
endif()
if(VERA_USE_SYSTEM_BOOST)
|