Skip to content

Commit 28c7512

Browse files
committed
better integrate with nanogui build
1 parent 6db343a commit 28c7512

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@
55

66
# Mac OS X rubbish
77
.DS_Store
8+
9+
libnfd.a
10+
nfd.lib
11+
*.cmake
12+
CMakeFiles

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ elseif(UNIX AND NOT APPLE)
2020
set(nfd_PLATFORM PLATFORM_LINUX)
2121
endif()
2222

23-
message("nfd Platform: ${nfd_PLATFORM}")
23+
#message("nfd Platform: ${nfd_PLATFORM}")
2424

2525
set(nfd_COMPILER Undefined)
2626
if(CMAKE_CXX_COMPILER_ID STREQUAL "Clang" AND CMAKE_CXX_SIMULATE_ID STREQUAL "MSVC")
@@ -32,7 +32,7 @@ elseif(CMAKE_CXX_COMPILER_ID STREQUAL "GNU" OR CMAKE_CXX_COMPILER_ID STREQUAL "C
3232
set(nfd_COMPILER COMPILER_GNU)
3333
endif()
3434

35-
message("nfd Compiler: ${nfd_COMPILER}")
35+
#message("nfd Compiler: ${nfd_COMPILER}")
3636

3737
# Use latest C++ by default (should be the best one), but let user override it
3838
if(NOT DEFINED CMAKE_CXX_STANDARD)

0 commit comments

Comments
 (0)