We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29f515b commit d2b99beCopy full SHA for d2b99be
CMakeLists.txt
@@ -1,4 +1,4 @@
1
-cmake_minimum_required(VERSION 3.9)
+cmake_minimum_required(VERSION 3.18)
2
3
##############################
4
### googletest ###
build.py
@@ -76,6 +76,8 @@ def build_rlc(
76
"-DCMAKE_CXX_FLAGS=-Wno-invalid-offsetof -Wno-unused-command-line-argument",
77
"-DRUN_HAVE_STD_REGEX=1",
78
"-DPython3_EXECUTABLE:FILEPATH={}".format("./.venv/bin/python"),
79
+ "-DPython3_ROOT_DIR={}".format("./.venv/"),
80
+ "-DPython_FIND_VIRTUALENV=ONLY",
81
(
82
"-DCMAKE_EXE_LINKER_FLAGS=-static-libgcc -static-libstdc++"
83
if build_type == "Release" and not is_windows and not is_mac
0 commit comments