diff options
| author | Raul Tambre <raul.tambre@gmail.com> | 2016-10-01 13:20:32 +0300 |
|---|---|---|
| committer | Karl Schultz <karl@lunarg.com> | 2016-10-03 10:31:49 -0600 |
| commit | 44589b45a023bca6a5a2b4df1d2b77a517df064a (patch) | |
| tree | 0a8701130af29751a42283daf6ca0c01c003f0eb | |
| parent | 3a225c5d67e85ed296a449addf306dbb0ab2ef9c (diff) | |
| download | usermoji-44589b45a023bca6a5a2b4df1d2b77a517df064a.tar.xz | |
Fix CMake modules not being added correctly
This allows this project to be more easily included as a
sub-project of another project.
Change-Id: I098f26707f17d20353c91a4adb7bfb83d90a99fa
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 63301950..56854273 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,7 +52,7 @@ else() message(FATAL_ERROR "Unsupported Platform!") endif() -set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake") +set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake") # Header file for CMake settings include_directories("${PROJECT_SOURCE_DIR}/include") |
