Skip to content

Commit

Permalink
Rename main CMake project name variable back to "sqlitebrowser".
Browse files Browse the repository at this point in the history
Builds are breaking on *nix systems otherwise. eg sqlitebrowser#755 sqlitebrowser#758
  • Loading branch information
justinclift committed Aug 31, 2016
1 parent e7b1233 commit 2957974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project("DB Browser for SQLite")
project(sqlitebrowser)
cmake_minimum_required(VERSION 2.8.7)

set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" "${CMAKE_MODULE_PATH}")
Expand Down

0 comments on commit 2957974

Please sign in to comment.