Skip to content

Commit

Permalink
Develop (#29)
Browse files Browse the repository at this point in the history
* fixing color selection drawing bug, and increasing code reuse

* bump version number
  • Loading branch information
wkjarosz authored May 25, 2021
1 parent 31527de commit 974b313
Show file tree
Hide file tree
Showing 3 changed files with 151 additions and 248 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required (VERSION 3.3)
project(hdrview)

set(HDRVIEW_VERSION "1.0.1")
set(HDRVIEW_VERSION "1.0.2")

# Set ourselves as the startup project in visual studio.
# Not available until cmake 3.6, but doesn't break older versions.
Expand Down Expand Up @@ -299,4 +299,4 @@ if (CMAKE_GENERATOR STREQUAL "Ninja")
endif()

target_compile_features(HDRView PRIVATE cxx_std_17)
target_compile_features(hdrbatch PRIVATE cxx_std_17)
target_compile_features(hdrbatch PRIVATE cxx_std_17)
2 changes: 1 addition & 1 deletion ext/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ if (APPLE)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DGL_SILENCE_DEPRECATION=1")
endif()
# set(NANOGUI_BACKEND "OpenGL" CACHE BOOL " " FORCE)
set(NANOGUI_BUILD_EXAMPLES OFF CACHE BOOL " " FORCE)
set(NANOGUI_BUILD_EXAMPLES OFF CACHE BOOL " ")
set(NANOGUI_BUILD_SHARED OFF CACHE BOOL " " FORCE)
set(NANOGUI_BUILD_PYTHON OFF CACHE BOOL " " FORCE)
add_subdirectory(nanogui)
Expand Down
Loading

0 comments on commit 974b313

Please sign in to comment.