Skip to content

Commit e70dab9

Browse files
committed
Enable Python wrappers for non-Vcpkg builds too
1 parent a0abcaa commit e70dab9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

omnn/variable/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
include(pytect)
22

3-
if(Python_FOUND
4-
AND OPENMIND_USE_VCPKG # FIXME : remove this line to enable Python bindings for non-VCPKG builds as well
5-
)
3+
if(Python_FOUND)
64
set(DEFAULT_OPENMIND_BUILD_PYTHON_BINDINGS ON)
75
endif()
86

0 commit comments

Comments
 (0)