File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.12)
3
3
# Project + versions
4
4
#-----------------------------------------------------------------------------------------------------------------------
5
5
6
- project (ViZDoom VERSION 1.2.1 )
6
+ project (ViZDoom VERSION 1.2.2 )
7
7
set (ViZDoom_VERSION_STR ${ViZDoom_VERSION_MAJOR} .${ViZDoom_VERSION_MINOR} .${ViZDoom_VERSION_PATCH} )
8
8
set (ViZDoom_VERSION_ID ${ViZDoom_VERSION_MAJOR}${ViZDoom_VERSION_MINOR}${ViZDoom_VERSION_PATCH} )
9
9
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ if("${BUILD_PYTHON_VERSION}" STREQUAL "")
8
8
endif ()
9
9
10
10
set (PYBIND11_PYTHON_VERSION ${BUILD_PYTHON_VERSION} )
11
+ if (WIN32 )
12
+ set (PYBIND11_FINDPYTHON True )
13
+ endif ()
11
14
12
15
set (VIZDOOM_PYTHON_OUTPUT_DIR ${VIZDOOM_OUTPUT_DIR} /python${BUILD_PYTHON_VERSION} )
13
16
set (VIZDOOM_PYTHON_SRC_DIR ${VIZDOOM_SRC_DIR} /lib_python)
You can’t perform that action at this time.
0 commit comments