Skip to content
Snippets Groups Projects
Commit 4d8159ea authored by Fabian Tërnava's avatar Fabian Tërnava
Browse files

added non-caps env vars to find bullet

parent be8f0dde
No related branches found
No related tags found
No related merge requests found
......@@ -35,9 +35,15 @@ add_bullet_search_path("${Bullet_DIR}")
add_bullet_search_path("$ENV{BULLET_DIR}")
add_bullet_search_path("${BULLET_DIR}")
add_bullet_search_path("$ENV{Bullet_ROOT}")
add_bullet_search_path("${Bullet_ROOT}")
add_bullet_search_path("$ENV{BULLET_ROOT}")
add_bullet_search_path("${BULLET_ROOT}")
add_bullet_search_path("$ENV{Bullet_SOURCE_DIR}")
add_bullet_search_path("${Bullet_SOURCE_DIR}")
add_bullet_search_path("$ENV{BULLET_SOURCE_DIR}")
add_bullet_search_path("${BULLET_SOURCE_DIR}")
......
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