Peter M. Groen
/
openbr
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
a0513c8436a294bba1c5d66cb37d74ac44680c19
Authored by
Josh Klontz
2013-04-10 14:01:45 -0400
1 parent
115f14b2
cmake mark FindAlphanum advanced
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
share/openbr/cmake/FindAlphanum.cmake
share/openbr/cmake/FindAlphanum.cmake
View file @
a0513c8
1
1
find_path(ALPHANUM_DIR alphanum.hpp ${CMAKE_SOURCE_DIR}/3rdparty/*)
2
+mark_as_advanced(ALPHANUM_DIR)
2
3
include_directories(${ALPHANUM_DIR})
...
...