mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:19:08 +08:00
2ecdb57d27
* [theia] fix wrong include * v db
13 lines
386 B
Diff
13 lines
386 B
Diff
diff --git a/libraries/vlfeat/CMakeLists.txt b/libraries/vlfeat/CMakeLists.txt
|
|
index 7f4ffc796..9535d0c22 100644
|
|
--- a/libraries/vlfeat/CMakeLists.txt
|
|
+++ b/libraries/vlfeat/CMakeLists.txt
|
|
@@ -1,6 +1,6 @@
|
|
project(vlfeat)
|
|
|
|
-include("${CMAKE_MODULE_PATH}/OptimizeTheiaCompilerFlags.cmake")
|
|
+include(OptimizeTheiaCompilerFlags)
|
|
optimizetheiacompilerflags()
|
|
|
|
include_directories(./vl)
|