Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
Remove comments that were left over from previous version.
  • Loading branch information
crayzeewulf committed Dec 3, 2018
1 parent d51cd71 commit a3e8fb0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions examples/example_project/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@ cmake_minimum_required(VERSION 3.8)
project(ExampleProject LANGUAGES C CXX VERSION 1.0.0)

set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
#
# Use GNU standard installation directories. CMake will use /usr/local
# as the default install directory. Users may override this by setting
# CMAKE_INSTALL_PREFIX. For example:
#
# cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr ..
#

#
# Prefer -pthread compiler and linker flag when using libpthread. This must
# be set before call to find_package(Threads).
Expand Down

0 comments on commit a3e8fb0

Please sign in to comment.