Commit 959408a106efdbf471ca9d1651fdb363ca1f5264

Authored by bklare
1 parent b91d2ea5

Add thirdparty_dir to cmake cache

Showing 1 changed file with 1 additions and 0 deletions
CMakeLists.txt
... ... @@ -142,6 +142,7 @@ endif()
142 142 # Look for extensions to OpenBR
143 143 set(BR_THIRDPARTY_PLUGINS_DIR CACHE PATH "")
144 144 set(BR_THIRDPARTY_APPS_DIR CACHE PATH "")
  145 +set(BR_THIRDPARTY_DIR CACHE PATH "")
145 146 mark_as_advanced(BR_THIRDPARTY_PLUGINS_DIR)
146 147 mark_as_advanced(BR_THIRDPARTY_APPS_DIR)
147 148  
... ...