Skip to content
Snippets Groups Projects
Commit a265bbab authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Minor fix for new config scheme.

parent afa8f0e5
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@ def get_config_schema():
from aksetup_helper import ConfigSchema, Option, \
IncludeDir, LibraryDir, Libraries, BoostLibraries, \
Switch, StringListOption, make_boost_base_options
from os.path import normpath, join, dirname
nvcc_path = search_on_path(["nvcc", "nvcc.exe"])
if nvcc_path is None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment