Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
pyushkevich authored Oct 3, 2024
1 parent 2136e71 commit 6b8240d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
# This CMake file is modeled after QtTest example project from
# http://www.cmake.org/Wiki/BundleUtilitiesExample

PROJECT(SNAP)

#--------------------------------------------------------------------------------
# CMAKE PRELIMINARIES
#--------------------------------------------------------------------------------
Expand All @@ -17,6 +15,10 @@ cmake_policy(SET CMP0026 NEW)
cmake_policy(SET CMP0077 NEW)
cmake_policy(SET CMP0080 OLD)

#--------------------------------------------------------------------------------
# PROJECT DEFINITION
#--------------------------------------------------------------------------------
PROJECT(SNAP)
SET(CMAKE_MODULE_PATH ${SNAP_SOURCE_DIR}/CMake)

OPTION(BUILD_SHARED_LIBS "Build shared (dynamic) libraries" OFF)
Expand Down

0 comments on commit 6b8240d

Please sign in to comment.