mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-01 00:09:58 -05:00
Updated python script
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import os
|
||||
from subprocess import call
|
||||
|
||||
modules = os.listdir("../../modules")
|
||||
# To be called from the OpenSpace main folder
|
||||
modules = os.listdir("modules")
|
||||
|
||||
cmd = ["cmake"]
|
||||
cmd.append("-DGHOUL_USE_DEVIL=OFF")
|
||||
|
||||
Reference in New Issue
Block a user