diff options
| author | Sandro <sandro.jaeckel@gmail.com> | 2018-02-22 11:32:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-22 11:32:15 +0100 |
| commit | 7e2b83c92233e3ef1b704fe23c07efe186c91836 (patch) | |
| tree | 79fb5f1e67253e9843ae12d619ce752faa2a934c /CMakeLists.txt | |
| parent | 9624d86b466f89dcd7339f456a7ec70502f59acf (diff) | |
Update CMakeLists.txt
project name was different than I thought
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f9ff4816..245626aa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8) PROJECT(organizer) # sets ModOrganizer as StartUp Project in Visual Studio -set_property(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}" PROPERTY VS_STARTUP_PROJECT "${CMAKE_PROJECT_NAME}") +set_property(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}" PROPERTY VS_STARTUP_PROJECT "ModOrganizer") SET(DEPENDENCIES_DIR CACHE PATH "") # hint to find qt in dependencies path |
