Skip to content

Commit 8b30d3a

Browse files
committed
fix linux build
1 parent 9320000 commit 8b30d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AdTree/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ elseif (WIN32 OR MSVC)
6363
set(${PROJECT_NAME}_RESOURCES ${ADTREE_ROOT}/resources/AdTree.rc)
6464
add_executable(${PROJECT_NAME} ${${PROJECT_NAME}_SOURCES} ${${PROJECT_NAME}_RESOURCES}) # you can add "WIN32" to disable the console window
6565
message(STATUS "Creating the wxWidgets viewer with a console window")
66-
elseif (APPLE)
66+
else ()
6767
add_executable(${PROJECT_NAME} ${${PROJECT_NAME}_SOURCES})
6868
endif ()
6969

0 commit comments

Comments
 (0)